net.refractions.udig.project.ui.commands
Class OpenProjectElementCommand

java.lang.Object
  extended by net.refractions.udig.project.ui.commands.OpenProjectElementCommand

public class OpenProjectElementCommand
extends java.lang.Object


Constructor Summary
OpenProjectElementCommand(IProjectElement element)
           
 
Method Summary
 Command copy()
           
 java.lang.String getName()
           
 void rollback(IProgressMonitor monitor)
           
 void run(IProgressMonitor monitor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpenProjectElementCommand

public OpenProjectElementCommand(IProjectElement element)
Method Detail

run

public void run(IProgressMonitor monitor)
         throws java.lang.Exception
Throws:
java.lang.Exception

getName

public java.lang.String getName()

rollback

public void rollback(IProgressMonitor monitor)
              throws java.lang.Exception
Throws:
java.lang.Exception

copy

public Command copy()