net.refractions.udig.tools.edit.commands
Class RemoveSelectedVerticesCommand

java.lang.Object
  extended by AbstractCommand
      extended by net.refractions.udig.tools.edit.commands.RemoveSelectedVerticesCommand

public class RemoveSelectedVerticesCommand
extends AbstractCommand

Removes the set of selected vertices from the blackboard.

Since:
1.1.0
Author:
jones

Constructor Summary
RemoveSelectedVerticesCommand(EditToolHandler handler)
           
 
Method Summary
 java.lang.String getName()
           
 void rollback(IProgressMonitor monitor)
           
 void run(IProgressMonitor monitor)
           
 void setRunAnimation(boolean run)
          If run is true then the animations will be run otherwise not.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoveSelectedVerticesCommand

public RemoveSelectedVerticesCommand(EditToolHandler handler)
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

setRunAnimation

public void setRunAnimation(boolean run)
If run is true then the animations will be run otherwise not.

Parameters:
run - whether animations should be ran