org.argouml.uml.ui.behavior.state_machines
Class ActionNewGuard
java.lang.Object
javax.swing.AbstractAction
org.argouml.uml.ui.UMLAction
org.argouml.uml.ui.AbstractActionNewModelElement
org.argouml.uml.ui.behavior.state_machines.ActionNewGuard
- All Implemented Interfaces:
- Action, ActionListener, Cloneable, EventListener, Serializable
- public class ActionNewGuard
- extends AbstractActionNewModelElement
- Since:
- Dec 15, 2002
- See Also:
- Serialized Form
Constructor Summary |
protected |
ActionNewGuard()
Constructor for ActionNewCallAction. |
singleton
private static ActionNewGuard singleton
ActionNewGuard
protected ActionNewGuard()
- Constructor for ActionNewCallAction.
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)
getSingleton
public static ActionNewGuard getSingleton()
- Returns:
- Returns the singleton.