Package apps.PanelPro
Class PanelProAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- jmri.util.swing.JmriAbstractAction
-
- apps.PanelPro.PanelProAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.io.Serializable
,java.lang.Cloneable
,java.util.EventListener
,javax.swing.Action
public class PanelProAction extends JmriAbstractAction
Create a new PanelPro start window.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description (package private) AppsLaunchFrame
frame
-
Fields inherited from class jmri.util.swing.JmriAbstractAction
context, hint, wi
-
-
Constructor Summary
Constructors Constructor Description PanelProAction()
PanelProAction(java.lang.String s)
ConstructorPanelProAction(java.lang.String s, javax.swing.Icon i, WindowInterface wi)
PanelProAction(java.lang.String s, WindowInterface wi)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(java.awt.event.ActionEvent e)
The action is performed.JmriPanel
makePanel()
-
Methods inherited from class jmri.util.swing.JmriAbstractAction
dispose, setContext, setHint, setName, setParameter, setParameter, setWindowInterface, toString
-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Field Detail
-
frame
AppsLaunchFrame frame
-
-
Constructor Detail
-
PanelProAction
public PanelProAction(java.lang.String s, WindowInterface wi)
-
PanelProAction
public PanelProAction(java.lang.String s, javax.swing.Icon i, WindowInterface wi)
-
PanelProAction
public PanelProAction(java.lang.String s)
Constructor- Parameters:
s
- Name for the action.
-
PanelProAction
public PanelProAction()
-
-
Method Detail
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
The action is performed. Create a new ThrottleFrame.- Specified by:
actionPerformed
in interfacejava.awt.event.ActionListener
- Overrides:
actionPerformed
in classJmriAbstractAction
- Parameters:
e
- The event causing the action.
-
makePanel
public JmriPanel makePanel()
- Specified by:
makePanel
in classJmriAbstractAction
-
-