Package jmri.jmrit.display
Class NewPanelAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- jmri.jmrit.display.NewPanelAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.io.Serializable
,java.lang.Cloneable
,java.util.EventListener
,javax.swing.Action
public class NewPanelAction extends javax.swing.AbstractAction
Start a Panel Editor or a Layout Editor for a new Panel.Uses the individual LayoutEditorAction or PanelEditorAction to start the editors, to ensure consistent operation.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NewPanelAction()
NewPanelAction(java.lang.String s)
-
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
-
NewPanelAction
public NewPanelAction(java.lang.String s)
-
NewPanelAction
public NewPanelAction()
-
-
Method Detail
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
-
-