org.argouml.uml.diagram.collaboration.ui
Class ActionAddClassifierRole
java.lang.Object
javax.swing.AbstractAction
org.tigris.gef.base.Cmd
org.tigris.gef.base.CmdCreateNode
org.argouml.ui.CmdCreateNode
org.argouml.uml.diagram.collaboration.ui.ActionAddClassifierRole
- All Implemented Interfaces:
- Action, ActionListener, Cloneable, EventListener, GraphFactory, Serializable
- public class ActionAddClassifierRole
- extends CmdCreateNode
Action to add a classifier role to a collaboration diagram.
Based on org.argouml.uml.diagram.sequence.ui.ActionAddClassifierRole
- See Also:
- Serialized Form
|
Method Summary |
Object |
makeNode()
Delegate creation of the node to the uml model subsystem. |
| Methods inherited from class org.tigris.gef.base.Cmd |
about, actionPerformed, cmdAtIndex, containsArg, getArg, getArg, getName, getResource, register, registeredCmds, setArg, setName, setResource, shouldBeEnabled, updateEnabled |
ActionAddClassifierRole
public ActionAddClassifierRole()
- The constructor.
makeNode
public Object makeNode()
- Description copied from class:
CmdCreateNode
- Delegate creation of the node to the uml model subsystem.
- Specified by:
makeNode in interface GraphFactory- Overrides:
makeNode in class CmdCreateNode
- Returns:
- an object which represents a particular UML
Element.
- See Also:
GraphFactory.makeNode()