gov.lbl.genome.gui.action
Class SettingsAction
java.lang.Object
javax.swing.AbstractAction
gov.lbl.genome.gui.action.VAbstractAction
gov.lbl.genome.gui.action.SettingsAction
- All Implemented Interfaces:
- java.awt.event.ActionListener, java.io.Serializable, java.lang.Cloneable, java.lang.Runnable, java.util.EventListener, javax.swing.Action
public class SettingsAction
- extends VAbstractAction
Title: Curve Settings Action
Description: Open a dialog window with all curve settings.
Copyright: Copyright (c) 2002 Lawrence Orlando Berkeley National Laboratory
Company: LBNL
- 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 |
Method Summary |
void |
run()
Open a dialog window with all curve settings. |
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 |
SettingsAction
public SettingsAction(VistaApp vapp,
java.lang.String name)
- SettingsAction
- Parameters:
vapp
- VistaAppname
- String
SettingsAction
public SettingsAction(VistaApp vapp)
- SettingsAction
- Parameters:
vapp
- VistaApp
run
public void run()
- Open a dialog window with all curve settings.
- Specified by:
run
in interface java.lang.Runnable
- Specified by:
run
in class VAbstractAction
- See Also:
VAbstractAction.actionPerformed(ActionEvent)