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

Field Summary
 
Fields inherited from class org.argouml.ui.CmdCreateNode
cat
 
Constructor Summary
ActionCreatePseudostate(java.lang.Object 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 org.argouml.ui.CmdCreateNode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionCreatePseudostate

public ActionCreatePseudostate(java.lang.Object 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-2004 (20040306)ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook