Package cern.accsoft.steering.util.gui
Class NamedAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- cern.accsoft.steering.util.gui.NamedAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener,java.io.Serializable,java.lang.Cloneable,java.util.EventListener,javax.swing.Action
public abstract class NamedAction extends javax.swing.AbstractActionThis is our basic action for the Orbit-feedback dataManager. It is basically the same asAbstractActionbut provides a constructor that allows to set the name and the short description. That simplifies things a bit.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NamedAction(java.lang.String name, java.lang.String shortDescription)the constructor, which enforces the setting of some attributes.
-
Method Summary
-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-