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

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

public class ReconnectCommand
extends ModelStateCommand<IModelState>


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

ReconnectCommand

public ReconnectCommand(IModelState modelState)