Package jmri.jmrix.lenz.swing.lz100
Class LZ100Action
- java.lang.Object
-
- javax.swing.AbstractAction
-
- jmri.jmrix.lenz.swing.AbstractXPressNetAction
-
- jmri.jmrix.lenz.swing.lz100.LZ100Action
-
- All Implemented Interfaces:
java.awt.event.ActionListener,java.io.Serializable,java.lang.Cloneable,java.util.EventListener,javax.swing.Action,SystemConnectionAction<XNetSystemConnectionMemo>
public class LZ100Action extends AbstractXPressNetAction
Swing action to create and register an LZ100Frame object.The
LZ100Frameis a configuration tool for the LZ100 command Station.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class jmri.jmrix.lenz.swing.AbstractXPressNetAction
_memo
-
-
Constructor Summary
Constructors Constructor Description LZ100Action(java.lang.String s, XNetSystemConnectionMemo memo)LZ100Action(XNetSystemConnectionMemo memo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactionPerformed(java.awt.event.ActionEvent e)-
Methods inherited from class jmri.jmrix.lenz.swing.AbstractXPressNetAction
getSystemConnectionMemo, getSystemConnectionMemoClasses, setSystemConnectionMemo
-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Constructor Detail
-
LZ100Action
public LZ100Action(java.lang.String s, XNetSystemConnectionMemo memo)
-
LZ100Action
public LZ100Action(XNetSystemConnectionMemo memo)
-
-
Method Detail
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
-
-