org.argouml.uml.ui.behavior.use_cases
Class PropPanelExtend.ActionNewExtensionPoint
java.lang.Object
javax.swing.AbstractAction
org.argouml.uml.ui.UMLAction
org.argouml.uml.ui.AbstractActionNewModelElement
org.argouml.uml.ui.behavior.use_cases.PropPanelExtend.ActionNewExtensionPoint
- All Implemented Interfaces:
- Action, ActionListener, Cloneable, EventListener, Serializable
- Enclosing class:
- PropPanelExtend
- private class PropPanelExtend.ActionNewExtensionPoint
- extends AbstractActionNewModelElement
Invoked by the "New Extension Point" toolbar button to create a new
extension point for this extend relationship in the same namespace as
the current extend relationship.
This code uses getFactory and adds the extension point to
the current extend relationship.
PropPanelExtend.ActionNewExtensionPoint
public PropPanelExtend.ActionNewExtensionPoint()
- The constructor.
actionPerformed
public void actionPerformed(ActionEvent e)
- Description copied from class:
UMLAction
- Perform the work the action is supposed to do.
This method needs to be overridden by all actions,
since it only shows a fake progressbar...
- Specified by:
actionPerformed
in interface ActionListener
- Overrides:
actionPerformed
in class UMLAction
- See Also:
ActionListener.actionPerformed(java.awt.event.ActionEvent)