Class PaneEditAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- jmri.jmrit.symbolicprog.tabbedframe.PaneEditAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.io.Serializable
,java.lang.Cloneable
,java.util.EventListener
,javax.swing.Action
public class PaneEditAction extends javax.swing.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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PaneEditAction()
PaneEditAction(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
-
PaneEditAction
public PaneEditAction()
-
PaneEditAction
public PaneEditAction(java.lang.String s)
-
-
Method Detail
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
-
-