net.refractions.udig.tools.edit.commands
Class RemoveEditGeomCommand
java.lang.Object
AbstractCommand
net.refractions.udig.tools.edit.commands.RemoveEditGeomCommand
public class RemoveEditGeomCommand
- extends AbstractCommand
Removes an EditGeom from the edit blackboard and updates the handler's current geom
if it has been removed.
- Since:
- 1.1.0
- Author:
- jones
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 |
RemoveEditGeomCommand
public RemoveEditGeomCommand(EditToolHandler handler,
java.util.List<EditGeom> geoms)
rollback
public void rollback(IProgressMonitor monitor)
throws java.lang.Exception
- Throws:
java.lang.Exception
run
public void run(IProgressMonitor monitor)
throws java.lang.Exception
- Throws:
java.lang.Exception
getName
public java.lang.String getName()