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
|
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.Cmd |
about,
actionPerformed,
cmdAtIndex,
containsArg,
getArg,
getArg,
getName,
register,
registeredCmds,
setArg,
setName,
shouldBeEnabled,
updateEnabled |
ActionCreatePseudostate
public ActionCreatePseudostate(PseudostateKind kind,
String name)
- Construct a new Cmd with the given classes for the NetNode
and its FigNode.
makeNode
public Object makeNode()
- Actually instanciate the NetNode and FigNode objects and
set the global next mode to ModePlace
- Overrides:
- makeNode in class CmdCreateNode