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 SummaryConstructors Constructor Description Z21ConfigAction()Z21ConfigAction(java.lang.String s)Z21ConfigAction(java.lang.String s, Z21SystemConnectionMemo memo)Z21ConfigAction(Z21SystemConnectionMemo memo)
 - 
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- 
Z21ConfigActionpublic Z21ConfigAction(java.lang.String s, Z21SystemConnectionMemo memo) 
 - 
Z21ConfigActionpublic Z21ConfigAction(Z21SystemConnectionMemo memo) 
 - 
Z21ConfigActionpublic Z21ConfigAction(java.lang.String s) 
 - 
Z21ConfigActionpublic Z21ConfigAction() 
 
- 
 - 
Method Detail- 
actionPerformedpublic void actionPerformed(java.awt.event.ActionEvent e) 
 
- 
 
-