Class PanelDeleteAction

java.lang.Object
javax.swing.AbstractAction
jmri.jmrit.display.PanelDeleteAction
All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action

public class PanelDeleteAction extends AbstractAction
Display a combo list of panels. A selected panel will be deleted if selected and OK is pressed. The panel is immediately removed from memory using dispose().

The delete is final when the Store action is performed.

See Also: