Package apps.DecoderPro
Class DecoderProAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- jmri.util.swing.JmriAbstractAction
-
- apps.DecoderPro.DecoderProAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener,java.io.Serializable,java.lang.Cloneable,java.util.EventListener,javax.swing.Action
public class DecoderProAction extends JmriAbstractAction
Create a new DecoderPro start window.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description (package private) AppsLaunchFrameframe-
Fields inherited from class jmri.util.swing.JmriAbstractAction
context, hint, wi
-
-
Constructor Summary
Constructors Constructor Description DecoderProAction()DecoderProAction(java.lang.String s)ConstructorDecoderProAction(java.lang.String s, javax.swing.Icon i, WindowInterface wi)DecoderProAction(java.lang.String s, WindowInterface wi)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactionPerformed(java.awt.event.ActionEvent e)The action is performed.JmriPanelmakePanel()-
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
-
DecoderProAction
public DecoderProAction(java.lang.String s, WindowInterface wi)
-
DecoderProAction
public DecoderProAction(java.lang.String s, javax.swing.Icon i, WindowInterface wi)
-
DecoderProAction
public DecoderProAction(java.lang.String s)
Constructor- Parameters:
s- Name for the action.
-
DecoderProAction
public DecoderProAction()
-
-
Method Detail
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
The action is performed. Create a new ThrottleFrame.- Specified by:
actionPerformedin interfacejava.awt.event.ActionListener- Overrides:
actionPerformedin classJmriAbstractAction- Parameters:
e- The event causing the action.
-
makePanel
public JmriPanel makePanel()
- Specified by:
makePanelin classJmriAbstractAction
-
-