gov.nih.nlm.mms
Class AdvancedOptionsAction

java.lang.Object
  extended by javax.swing.AbstractAction
      extended by gov.nih.nlm.mms.AdvancedOptionsAction
All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action

public class AdvancedOptionsAction
extends AbstractAction

Action used for an application level options menu item. Specifically, Options->MetamorphoSys Options.

Author:
Deborah Shapiro
See Also:
AdvancedOptionsGUI, Serialized Form

Field Summary
 
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
AdvancedOptionsAction(UserConfiguration config)
          Instantiates an action for the Options->MetamorphoSys Options menu.
 
Method Summary
 void actionPerformed(ActionEvent e)
          Opens an AdvancedOptionsGUI to configure the UserConfiguration.
 
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
 

Constructor Detail

AdvancedOptionsAction

public AdvancedOptionsAction(UserConfiguration config)
Instantiates an action for the Options->MetamorphoSys Options menu.

Parameters:
config - the UserConfiguration
Method Detail

actionPerformed

public void actionPerformed(ActionEvent e)
Opens an AdvancedOptionsGUI to configure the UserConfiguration.

Parameters:
e - an ActionEvent


Copyright ©2005