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 SummaryConstructors Constructor Description PaneEditAction()PaneEditAction(java.lang.String s)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactionPerformed(java.awt.event.ActionEvent e)- 
Methods inherited from class javax.swing.AbstractActionaddPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 
- 
 
- 
- 
- 
Constructor Detail- 
PaneEditActionpublic PaneEditAction() 
 - 
PaneEditActionpublic PaneEditAction(java.lang.String s) 
 
- 
 - 
Method Detail- 
actionPerformedpublic void actionPerformed(java.awt.event.ActionEvent e) 
 
- 
 
-