org.argouml.uml.ui.foundation.core
Class ActionSetModelElementVisibility
java.lang.Object
javax.swing.AbstractAction
org.argouml.uml.ui.UMLAction
org.argouml.uml.ui.foundation.core.ActionSetModelElementVisibility
- All Implemented Interfaces:
- Action, ActionListener, Cloneable, EventListener, Serializable
- public class ActionSetModelElementVisibility
- extends UMLAction
- Since:
- Jan 4, 2003
- See Also:
- Serialized Form
SINGLETON
private static final ActionSetModelElementVisibility SINGLETON
PUBLIC_COMMAND
public static final String PUBLIC_COMMAND
- PUBLIC_COMMAND determines the visibility.
- See Also:
- Constant Field Values
PROTECTED_COMMAND
public static final String PROTECTED_COMMAND
- PROTECTED_COMMAND determines the visibility.
- See Also:
- Constant Field Values
PRIVATE_COMMAND
public static final String PRIVATE_COMMAND
- PRIVATE_COMMAND determines the visibility.
- See Also:
- Constant Field Values
ActionSetModelElementVisibility
protected ActionSetModelElementVisibility()
- Constructor for ActionSetElementOwnershipSpecification.
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 ActionSetModelElementVisibility getInstance()
- Returns:
- Returns the sINGLETON.