Package jmri.jmrit.throttle
Class LoadDefaultXmlThrottlesLayoutAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- jmri.util.swing.JmriAbstractAction
-
- jmri.jmrit.throttle.LoadDefaultXmlThrottlesLayoutAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener,java.io.Serializable,java.lang.Cloneable,java.util.EventListener,javax.swing.Action
public class LoadDefaultXmlThrottlesLayoutAction extends JmriAbstractAction
Create a new throttle.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class jmri.util.swing.JmriAbstractAction
context, hint, wi
-
-
Constructor Summary
Constructors Constructor Description LoadDefaultXmlThrottlesLayoutAction()LoadDefaultXmlThrottlesLayoutAction(java.lang.String s)ConstructorLoadDefaultXmlThrottlesLayoutAction(java.lang.String s, javax.swing.Icon i, WindowInterface wi)LoadDefaultXmlThrottlesLayoutAction(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
-
-
-
-
Constructor Detail
-
LoadDefaultXmlThrottlesLayoutAction
public LoadDefaultXmlThrottlesLayoutAction(java.lang.String s, WindowInterface wi)
-
LoadDefaultXmlThrottlesLayoutAction
public LoadDefaultXmlThrottlesLayoutAction(java.lang.String s, javax.swing.Icon i, WindowInterface wi)
-
LoadDefaultXmlThrottlesLayoutAction
public LoadDefaultXmlThrottlesLayoutAction(java.lang.String s)
Constructor- Parameters:
s- Name for the action.
-
LoadDefaultXmlThrottlesLayoutAction
public LoadDefaultXmlThrottlesLayoutAction()
-
-
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
-
-