Class PaneNewProgAction

java.lang.Object
javax.swing.AbstractAction
jmri.jmrit.symbolicprog.tabbedframe.PaneNewProgAction
All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action

public class PaneNewProgAction extends AbstractAction
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: