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

Field Summary
static java.lang.String PRIVATE_ACTION_COMMAND
           
static java.lang.String PROTECTED_ACTION_COMMAND
           
static java.lang.String PUBLIC_ACTION_COMMAND
           
 
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
 
Constructor Summary
ActionSetElementOwnershipVisibility(UMLButtonGroup group)
          Constructor for ActionSetElementOwnershipVisibility.
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 
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
 

Field Detail

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
Constructor Detail

ActionSetElementOwnershipVisibility

public ActionSetElementOwnershipVisibility(UMLButtonGroup group)
Constructor for ActionSetElementOwnershipVisibility.

Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
See Also:
ActionListener.actionPerformed(java.awt.event.ActionEvent)


ArgoUML © 1996-2003 (20040216)ArgoUML Project HomeArgoUML Cookbook