org.eclipse.gmt.umlx.editor.commands
Class DeleteCommand

java.lang.Object
  extended by org.eclipse.gef.commands.Command
      extended by org.eclipse.gmt.umlx.editor.command.AbstractCommand
          extended by org.eclipse.gmt.umlx.editor.commands.ModelStateCommand<IModelState>
              extended by org.eclipse.gmt.umlx.editor.commands.DeleteCommand
All Implemented Interfaces:
IAbstractCommand, IModelStateCommand<IModelState>

public class DeleteCommand
extends ModelStateCommand<IModelState>


Field Summary
static java.lang.String KEY_PERM_DELETE
           
 
Constructor Summary
DeleteCommand(IModelState modelState)
           
 
Method Summary
 
Methods inherited from class org.eclipse.gmt.umlx.editor.commands.ModelStateCommand
addSelectedObjects, doRedo, doUndo, getModelState, setHasSelection, toString
 
Methods inherited from class org.eclipse.gmt.umlx.editor.command.AbstractCommand
canExecute, canUndo, couldNotUnlock, diagnoseCannotExecute, dispose, execute, getCommand, prepare, prepare, redo, requestModification, undo
 
Methods inherited from class org.eclipse.gef.commands.Command
chain, getDebugLabel, getLabel, setDebugLabel, setLabel
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.eclipse.gmt.umlx.editor.command.IAbstractCommand
canExecute, canUndo, couldNotUnlock, diagnoseCannotExecute, dispose, execute, getCommand, getLabel, prepare, prepare, redo, requestModification, undo
 

Field Detail

KEY_PERM_DELETE

public static final java.lang.String KEY_PERM_DELETE
See Also:
Constant Field Values
Constructor Detail

DeleteCommand

public DeleteCommand(IModelState modelState)