Class AutoSpeedAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- jmri.jmrit.symbolicprog.autospeed.AutoSpeedAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.io.Serializable
,java.lang.Cloneable
,java.util.EventListener
,javax.swing.Action
public class AutoSpeedAction extends javax.swing.AbstractAction
Action to start the an "Auto Speed Configurer" by creating a frame to select loco, etc.The resulting JFrame is constructed on the fly here, and has no specific type.
- See Also:
PaneOpsProgAction
, Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.lang.Object
o1
(package private) java.lang.Object
o2
(package private) java.lang.Object
o3
(package private) java.lang.Object
o4
(package private) javax.swing.JLabel
statusLabel
-
Constructor Summary
Constructors Constructor Description AutoSpeedAction(java.lang.String s)
-
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
-
-
-
-
Field Detail
-
o1
java.lang.Object o1
-
o2
java.lang.Object o2
-
o3
java.lang.Object o3
-
o4
java.lang.Object o4
-
statusLabel
javax.swing.JLabel statusLabel
-
-
Constructor Detail
-
AutoSpeedAction
public AutoSpeedAction(java.lang.String s)
-
-
Method Detail
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
-
-