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

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

public class RemoveAllVerticesCommand
extends AbstractCommand

Removes all vertices from EditGeom's shell.

Since:
1.1.0
Author:
Jesse

Constructor Summary
RemoveAllVerticesCommand(EditToolHandler handler)
           
 
Method Summary
 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

RemoveAllVerticesCommand

public RemoveAllVerticesCommand(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