Package jmri.jmrit.display
Class PanelDeleteAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- jmri.jmrit.display.PanelDeleteAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.io.Serializable
,java.lang.Cloneable
,java.util.EventListener
,javax.swing.Action
public class PanelDeleteAction extends javax.swing.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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PanelDeleteAction()
PanelDeleteAction(java.lang.String name)
Constructor just initializes parent class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(java.awt.event.ActionEvent e)
-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Constructor Detail
-
PanelDeleteAction
public PanelDeleteAction(java.lang.String name)
Constructor just initializes parent class.- Parameters:
name
- Action name
-
PanelDeleteAction
public PanelDeleteAction()
-
-
Method Detail
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
-
-