org.argouml.uml.ui.behavior.collaborations
Class ActionRemoveClassifierRoleBase
java.lang.Object
javax.swing.AbstractAction
org.argouml.uml.ui.UMLAction
org.argouml.uml.ui.AbstractActionRemoveElement
org.argouml.uml.ui.behavior.collaborations.ActionRemoveClassifierRoleBase
- All Implemented Interfaces:
- Action, ActionListener, Cloneable, EventListener, Serializable
- public class ActionRemoveClassifierRoleBase
- extends AbstractActionRemoveElement
Action to remove a base from a classifierrole.
- Since:
- Jan 25, 2003
- See Also:
- Serialized Form
SINGLETON
private static final ActionRemoveClassifierRoleBase SINGLETON
ActionRemoveClassifierRoleBase
protected ActionRemoveClassifierRoleBase()
- Constructor for ActionRemoveClassifierRoleBase.
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)
getInstance
public static ActionRemoveClassifierRoleBase getInstance()
- Returns:
- Returns the sINGLETON.