Class PaneOpsProgAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- jmri.jmrit.symbolicprog.tabbedframe.PaneOpsProgAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.io.Serializable
,java.lang.Cloneable
,java.util.EventListener
,javax.swing.Action
public class PaneOpsProgAction 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) 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 PaneOpsProgAction()
PaneOpsProgAction(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
-
PaneOpsProgAction
public PaneOpsProgAction()
-
PaneOpsProgAction
public PaneOpsProgAction(java.lang.String s)
-
-
Method Detail
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
-
-