org.argouml.uml.ui.foundation.core
Class ActionSetElementOwnershipVisibility
java.lang.Object
javax.swing.AbstractAction
org.argouml.uml.ui.foundation.core.ActionSetElementOwnershipVisibility
- All Implemented Interfaces:
- javax.swing.Action, java.awt.event.ActionListener, java.lang.Cloneable, java.util.EventListener, java.io.Serializable
- public class ActionSetElementOwnershipVisibility
- extends javax.swing.AbstractAction
- Since:
- Oct 12, 2002
- See Also:
- Serialized Form
Fields inherited from class javax.swing.AbstractAction |
changeSupport, enabled |
Fields inherited from interface javax.swing.Action |
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, SMALL_ICON |
Methods inherited from class javax.swing.AbstractAction |
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PUBLIC_ACTION_COMMAND
public static final java.lang.String PUBLIC_ACTION_COMMAND
- See Also:
- Constant Field Values
PROTECTED_ACTION_COMMAND
public static final java.lang.String PROTECTED_ACTION_COMMAND
- See Also:
- Constant Field Values
PRIVATE_ACTION_COMMAND
public static final java.lang.String PRIVATE_ACTION_COMMAND
- See Also:
- Constant Field Values
ActionSetElementOwnershipVisibility
public ActionSetElementOwnershipVisibility(UMLButtonGroup group)
- Constructor for ActionSetElementOwnershipVisibility.
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
- See Also:
ActionListener.actionPerformed(java.awt.event.ActionEvent)