Package jmri.jmrix.dccpp.swing.mon
Class DCCppMonAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- jmri.jmrix.swing.AbstractSystemConnectionAction<DCCppSystemConnectionMemo>
-
- jmri.jmrix.dccpp.swing.DCCppSystemConnectionAction
-
- jmri.jmrix.dccpp.swing.mon.DCCppMonAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener,java.io.Serializable,java.lang.Cloneable,java.util.EventListener,javax.swing.Action,SystemConnectionAction<DCCppSystemConnectionMemo>
public class DCCppMonAction extends DCCppSystemConnectionAction
Swing action to create and register a DCCppMonFrame object- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DCCppMonAction()DCCppMonAction(java.lang.String s, DCCppSystemConnectionMemo memo)DCCppMonAction(DCCppSystemConnectionMemo 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.dccpp.swing.DCCppSystemConnectionAction
getSystemConnectionMemoClasses
-
Methods inherited from class jmri.jmrix.swing.AbstractSystemConnectionAction
getSystemConnectionMemo, setSystemConnectionMemo
-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Constructor Detail
-
DCCppMonAction
public DCCppMonAction(java.lang.String s, DCCppSystemConnectionMemo memo)
-
DCCppMonAction
public DCCppMonAction(DCCppSystemConnectionMemo memo)
-
DCCppMonAction
public DCCppMonAction()
-
-
Method Detail
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
-
-