Package jmri.jmrix.lenz.swing.systeminfo
Class SystemInfoAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- jmri.jmrix.lenz.swing.AbstractXPressNetAction
-
- jmri.jmrix.lenz.swing.systeminfo.SystemInfoAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.io.Serializable
,java.lang.Cloneable
,java.util.EventListener
,javax.swing.Action
,SystemConnectionAction<XNetSystemConnectionMemo>
public class SystemInfoAction extends AbstractXPressNetAction
Swing action to create and register a SystemInfo object.The
SystemInfoFrame
is an information screen giving the hardware and software versions of the Interface hardware and the command station- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class jmri.jmrix.lenz.swing.AbstractXPressNetAction
_memo
-
-
Constructor Summary
Constructors Constructor Description SystemInfoAction(java.lang.String s, XNetSystemConnectionMemo memo)
SystemInfoAction(XNetSystemConnectionMemo memo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(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
-
SystemInfoAction
public SystemInfoAction(java.lang.String s, XNetSystemConnectionMemo memo)
-
SystemInfoAction
public SystemInfoAction(XNetSystemConnectionMemo memo)
-
-
Method Detail
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
-
-