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, 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

PROTECTED_ACTION_COMMAND

public static final java.lang.String PROTECTED_ACTION_COMMAND

PRIVATE_ACTION_COMMAND

public static final java.lang.String PRIVATE_ACTION_COMMAND
Constructor Detail

ActionSetElementOwnershipVisibility

public ActionSetElementOwnershipVisibility(UMLButtonGroup group)
Constructor for ActionSetElementOwnershipVisibility.
Parameters:
s -  
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Overrides:
actionPerformed in class javax.swing.AbstractAction
See Also:
ActionListener.actionPerformed(java.awt.event.ActionEvent)


ArgoUML (c) 1996-2002
ArgoUML Project Home
ArgoUML Cookbook