Class PaneNewProgAction
java.lang.Object
javax.swing.AbstractAction
jmri.jmrit.symbolicprog.tabbedframe.PaneNewProgAction
- 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 for creating a new Roster entry.
The resulting JFrame is constructed on the fly here, and has no specific type.
Note that this just works with the roster, no programming track or layout operations are present.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) Object(package private) Object(package private) Object(package private) ObjectFields 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
-
-
Constructor Details
-
PaneNewProgAction
public PaneNewProgAction() -
PaneNewProgAction
-
-
Method Details
-
actionPerformed
-