Package jmri.jmrit.symbolicprog
Class FactoryResetAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- jmri.jmrit.symbolicprog.FactoryResetAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.io.Serializable
,java.lang.Cloneable
,java.util.EventListener
,javax.swing.Action
public class FactoryResetAction extends javax.swing.AbstractAction
Action to create a dialog so that the user can select a factory reset to execute. The user can cancel this dialog skipping any resets- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description (package private) javax.swing.JFrame
mParent
(package private) ExtraMenuTableModel
rModel
-
Constructor Summary
Constructors Constructor Description FactoryResetAction(java.lang.String actionName, ExtraMenuTableModel rpModel, javax.swing.JFrame pParent)
-
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
-
-
-
-
Field Detail
-
rModel
ExtraMenuTableModel rModel
-
mParent
javax.swing.JFrame mParent
-
-
Constructor Detail
-
FactoryResetAction
public FactoryResetAction(java.lang.String actionName, ExtraMenuTableModel rpModel, javax.swing.JFrame pParent)
-
-
Method Detail
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
-
-