Class PaneProgAction

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

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