org.argouml.uml.diagram.ui
Class RadioAction

java.lang.Object
  extended byjavax.swing.AbstractAction
      extended byorg.tigris.toolbar.toolbutton.AbstractButtonAction
          extended byorg.argouml.uml.diagram.ui.RadioAction
All Implemented Interfaces:
javax.swing.Action, java.awt.event.ActionListener, java.lang.Cloneable, java.util.EventListener, org.tigris.toolbar.toolbutton.ModalAction, java.io.Serializable

public class RadioAction
extends org.tigris.toolbar.toolbutton.AbstractButtonAction

A wrapper around a standard action to indicate that any buttons created from this actions should act like radio buttons.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class javax.swing.AbstractAction
 
Field Summary
(package private)  javax.swing.Action realAction
           
 
Fields inherited from class org.tigris.toolbar.toolbutton.AbstractButtonAction
 
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
RadioAction(javax.swing.Action action)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent actionEvent)
           
 javax.swing.Action getAction()
           
 
Methods inherited from class org.tigris.toolbar.toolbutton.AbstractButtonAction
getIcon, getName, isDoubleClick
 
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

realAction

javax.swing.Action realAction
Constructor Detail

RadioAction

public RadioAction(javax.swing.Action action)
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent actionEvent)

getAction

public javax.swing.Action getAction()


ArgoUML © 1996-2004 (20040316)ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook