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

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.CreateCommand
All Implemented Interfaces:
IAbstractCommand, IModelStateCommand<IModelState>

public class CreateCommand
extends ModelStateCommand<IModelState>


Constructor Summary
CreateCommand(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
 

Constructor Detail

CreateCommand

public CreateCommand(IModelState modelState)