org.argouml.uml.diagram.ui
Class FigNodeModelElement.ActionModifierAbstract
java.lang.Object
javax.swing.AbstractAction
org.argouml.uml.ui.UMLAction
org.argouml.uml.diagram.ui.FigNodeModelElement.ActionModifierAbstract
- All Implemented Interfaces:
- Action, ActionListener, Cloneable, EventListener, Serializable
- Enclosing class:
- FigNodeModelElement
- class FigNodeModelElement.ActionModifierAbstract
- extends UMLAction
owner
private Object owner
FigNodeModelElement.ActionModifierAbstract
public FigNodeModelElement.ActionModifierAbstract(Object o)
- The constructor.
- Parameters:
o
- the target
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)