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 SummaryConstructors Constructor Description ThrottlesPreferencesAction()ThrottlesPreferencesAction(java.lang.String s)Constructor
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactionPerformed(java.awt.event.ActionEvent e)- 
Methods inherited from class javax.swing.AbstractActionaddPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 
- 
 
- 
- 
- 
Constructor Detail- 
ThrottlesPreferencesActionpublic ThrottlesPreferencesAction(java.lang.String s) Constructor- Parameters:
- s- Name for the action.
 
 - 
ThrottlesPreferencesActionpublic ThrottlesPreferencesAction() 
 
- 
 - 
Method Detail- 
actionPerformedpublic void actionPerformed(java.awt.event.ActionEvent e) 
 
- 
 
-