org.argouml.uml.diagram.state.ui
Class ActionCreatePseudostate

java.lang.Object
  |
  +--org.tigris.gef.base.CmdCreateNode
        |
        +--org.argouml.ui.CmdCreateNode
              |
              +--org.argouml.uml.diagram.state.ui.ActionCreatePseudostate

public class ActionCreatePseudostate
extends CmdCreateNode

See Also:
Serialized Form

Constructor Summary
ActionCreatePseudostate(MPseudostateKind kind, java.lang.String name)
          Construct a new Cmd with the given classes for the NetNode and its FigNode.
 
Method Summary
 java.lang.Object makeNode()
          Actually instanciate the NetNode and FigNode objects and set the global next mode to ModePlace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionCreatePseudostate

public ActionCreatePseudostate(MPseudostateKind kind,
                               java.lang.String name)
Construct a new Cmd with the given classes for the NetNode and its FigNode.

Method Detail

makeNode

public java.lang.Object makeNode()
Actually instanciate the NetNode and FigNode objects and set the global next mode to ModePlace

Overrides:
makeNode in class CmdCreateNode
See Also:
org.tigris.gef.graph.GraphFactory#makeNode()


ArgoUML © 1996-2003 (20040216)ArgoUML Project HomeArgoUML Cookbook