Class PaneNewProgAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- jmri.jmrit.symbolicprog.tabbedframe.PaneNewProgAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.io.Serializable
,java.lang.Cloneable
,java.util.EventListener
,javax.swing.Action
public class PaneNewProgAction extends javax.swing.AbstractAction
Swing action to create and register a frame for selecting the information needed to open a PaneProgFrame for creating a new Roster entry.The resulting JFrame is constructed on the fly here, and has no specific type.
Note that this just works with the roster, no programming track or layout operations are present.
- See Also:
PaneProgAction
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PaneNewProgAction()
PaneNewProgAction(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
-
PaneNewProgAction
public PaneNewProgAction()
-
PaneNewProgAction
public PaneNewProgAction(java.lang.String s)
-
-
Method Detail
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
-
-