Class PaneEditAction

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

public class PaneEditAction extends AbstractAction
Swing action to create and register a frame for selecting the information needed to open a PaneProgFrame just for editing, without a programmer.

The resulting JFrame is constructed on the fly here, and has no specific type.

See Also: