org.argouml.uml.ui.behavior.common_behavior
Class ActionNewReception
java.lang.Object
javax.swing.AbstractAction
org.argouml.uml.ui.UMLAction
org.argouml.uml.ui.AbstractActionNewModelElement
org.argouml.uml.ui.behavior.common_behavior.ActionNewReception
- All Implemented Interfaces:
- Action, ActionListener, Cloneable, EventListener, Serializable
- public class ActionNewReception
- extends AbstractActionNewModelElement
Action to create a new reception
- Since:
- Jul 12, 2004
- See Also:
- Serialized Form
Field Summary |
static String |
CLASSIFIER
CLASSIFIER is the name of the property that
holds the Classifier of this reception. |
CLASSIFIER
public static final String CLASSIFIER
- CLASSIFIER is the name of the property that
holds the Classifier of this reception.
- See Also:
- Constant Field Values
ActionNewReception
public ActionNewReception()
- 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)