Class PaneProgAction
java.lang.Object
javax.swing.AbstractAction
jmri.jmrit.symbolicprog.tabbedframe.PaneProgAction
- All Implemented Interfaces:
ActionListener,Serializable,Cloneable,EventListener,Action
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:
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) ProgModeSelector(package private) Object(package private) Object(package private) Object(package private) Object(package private) JLabelFields inherited from class javax.swing.AbstractAction
changeSupport, enabledFields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
Field Details
-
o1
-
o2
-
o3
-
o4
-
statusLabel
-
modePane
-
-
Constructor Details
-
PaneProgAction
public PaneProgAction() -
PaneProgAction
-
-
Method Details
-
actionPerformed
-