Class Z21ConfigAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- jmri.jmrix.roco.z21.swing.configtool.Z21ConfigAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.io.Serializable
,java.lang.Cloneable
,java.util.EventListener
,javax.swing.Action
public class Z21ConfigAction extends javax.swing.AbstractAction
Swing action to create and register a Z21ConfigFrame object- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Z21ConfigAction()
Z21ConfigAction(java.lang.String s)
Z21ConfigAction(java.lang.String s, Z21SystemConnectionMemo memo)
Z21ConfigAction(Z21SystemConnectionMemo 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 javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Constructor Detail
-
Z21ConfigAction
public Z21ConfigAction(java.lang.String s, Z21SystemConnectionMemo memo)
-
Z21ConfigAction
public Z21ConfigAction(Z21SystemConnectionMemo memo)
-
Z21ConfigAction
public Z21ConfigAction(java.lang.String s)
-
Z21ConfigAction
public Z21ConfigAction()
-
-
Method Detail
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
-
-