roneditor.objectnetview.commands
Class EditONTransitionCommand

java.lang.Object
  extended by org.eclipse.gef.commands.Command
      extended by roneditor.objectnetview.commands.EditONNodeCommand
          extended by roneditor.objectnetview.commands.EditONTransitionCommand

public class EditONTransitionCommand
extends EditONNodeCommand

Edit transition properties.


Constructor Summary
EditONTransitionCommand()
           
 
Method Summary
 
Methods inherited from class roneditor.objectnetview.commands.EditONNodeCommand
execute, getNewName, getONNode, redo, setNewName, setONNode, undo
 
Methods inherited from class org.eclipse.gef.commands.Command
canExecute, canUndo, chain, dispose, getDebugLabel, getLabel, setDebugLabel, setLabel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditONTransitionCommand

public EditONTransitionCommand()