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 LV102Frameis a configuration tool for the LV102 booster, and the booster portion of an LZV100 command station.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description LV102Action()LV102Action(java.lang.String s)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactionPerformed(java.awt.event.ActionEvent e)- 
Methods inherited from class javax.swing.AbstractActionaddPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 
- 
 
- 
- 
- 
Constructor Detail- 
LV102Actionpublic LV102Action(java.lang.String s) 
 - 
LV102Actionpublic LV102Action() 
 
- 
 - 
Method Detail- 
actionPerformedpublic void actionPerformed(java.awt.event.ActionEvent e) 
 
- 
 
-