com.iver.cit.gvsig.fmap.write
Class DeleteExtendedCommand

java.lang.Object
  extended bycom.iver.cit.gvsig.fmap.write.EditingCommand
      extended bycom.iver.cit.gvsig.fmap.write.DeleteExtendedCommand

public class DeleteExtendedCommand
extends EditingCommand


Constructor Summary
DeleteExtendedCommand(int index)
          Construye un objeto del tipo DeleteCommand
 
Method Summary
 void execute()
          Invoca el método deleteGeometry del ExtensibleFile
 void executeUndo()
          Invoca el método undoDeleteGeometry pasando como parámetro el índice del registro que se quiere recuperar
 
Methods inherited from class com.iver.cit.gvsig.fmap.write.EditingCommand
getEditionSourceAdapter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeleteExtendedCommand

public DeleteExtendedCommand(int index)
Construye un objeto del tipo DeleteCommand

Method Detail

execute

public void execute()
Invoca el método deleteGeometry del ExtensibleFile

Specified by:
execute in class EditingCommand

executeUndo

public void executeUndo()
Invoca el método undoDeleteGeometry pasando como parámetro el índice del registro que se quiere recuperar

Specified by:
executeUndo in class EditingCommand