Package jmri.jmrit.throttle
Class ThrottlesPreferencesAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- jmri.jmrit.throttle.ThrottlesPreferencesAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.io.Serializable
,java.lang.Cloneable
,java.util.EventListener
,javax.swing.Action
public class ThrottlesPreferencesAction extends javax.swing.AbstractAction
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ThrottlesPreferencesAction()
ThrottlesPreferencesAction(java.lang.String s)
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(java.awt.event.ActionEvent e)
-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Constructor Detail
-
ThrottlesPreferencesAction
public ThrottlesPreferencesAction(java.lang.String s)
Constructor- Parameters:
s
- Name for the action.
-
ThrottlesPreferencesAction
public ThrottlesPreferencesAction()
-
-
Method Detail
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
-
-