Package jmri.jmrix.lenz.swing.lv102
Class LV102Action
- java.lang.Object
-
- javax.swing.AbstractAction
-
- jmri.jmrix.lenz.swing.lv102.LV102Action
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.io.Serializable
,java.lang.Cloneable
,java.util.EventListener
,javax.swing.Action
public class LV102Action extends javax.swing.AbstractAction
Swing action to create and register an LV102Frame object.The
LV102Frame
is a configuration tool for the LV102 booster, and the booster portion of an LZV100 command station.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LV102Action()
LV102Action(java.lang.String s)
-
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
-
-
-
-
Constructor Detail
-
LV102Action
public LV102Action(java.lang.String s)
-
LV102Action
public LV102Action()
-
-
Method Detail
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
-
-