uci.uml.ui
Class ActionCreatePseudostate

java.lang.Object
  |
  +--javax.swing.AbstractAction
        |
        +--uci.gef.Cmd
              |
              +--uci.gef.CmdCreateNode
                    |
                    +--uci.uml.ui.ActionCreatePseudostate

public class ActionCreatePseudostate
extends CmdCreateNode

See Also:
Serialized Form

Fields inherited from class uci.gef.CmdCreateNode
DEFAULT_NODE_CLASS
 
Fields inherited from class uci.gef.Cmd
_args, HAS_ICON, NO_ICON
 
Fields inherited from class javax.swing.AbstractAction
changeSupport, enabled
 
Constructor Summary
ActionCreatePseudostate(PseudostateKind kind, String name)
          Construct a new Cmd with the given classes for the NetNode and its FigNode.
 
Method Summary
 Object makeNode()
          Actually instanciate the NetNode and FigNode objects and set the global next mode to ModePlace
 
Methods inherited from class uci.gef.CmdCreateNode
doIt, makeEdge, makeGraphModel, undoIt
 
Methods inherited from class uci.gef.Cmd
about, actionPerformed, cmdAtIndex, containsArg, getArg, getArg, getName, register, registeredCmds, setArg, setName, shouldBeEnabled, updateEnabled
 
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionCreatePseudostate

public ActionCreatePseudostate(PseudostateKind kind,
                               String name)
Construct a new Cmd with the given classes for the NetNode and its FigNode.
Method Detail

makeNode

public Object makeNode()
Actually instanciate the NetNode and FigNode objects and set the global next mode to ModePlace
Overrides:
makeNode in class CmdCreateNode