Class PaneProgAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- jmri.jmrit.symbolicprog.tabbedframe.PaneProgAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.io.Serializable
,java.lang.Cloneable
,java.util.EventListener
,javax.swing.Action
public class PaneProgAction extends javax.swing.AbstractAction
Swing action to create and register a frame for selecting the information needed to open a PaneProgFrame in service mode.The name is a historical accident, and probably should have included "ServiceMode" or something.
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) ProgModeSelector
modePane
(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 PaneProgAction()
PaneProgAction(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
-
modePane
ProgModeSelector modePane
-
-
Constructor Detail
-
PaneProgAction
public PaneProgAction()
-
PaneProgAction
public PaneProgAction(java.lang.String s)
-
-
Method Detail
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
-
-