Package jmri.jmrix.rps.aligntable
Class AlignTableAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- jmri.jmrix.rps.aligntable.AlignTableAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.io.Serializable
,java.lang.Cloneable
,java.util.EventListener
,javax.swing.Action
public class AlignTableAction extends javax.swing.AbstractAction
Swing action to create and register a AlignTableFrame object.Only one frame is used (e.g. it's reused) because notification is not yet completely in place.
Note that we only allow one of these right now.
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description (package private) AlignTableFrame
f
(package private) RpsSystemConnectionMemo
memo
(package private) static java.util.ResourceBundle
rb
-
Constructor Summary
Constructors Constructor Description AlignTableAction(java.lang.String s, RpsSystemConnectionMemo _memo)
AlignTableAction(RpsSystemConnectionMemo _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
-
-
-
-
Field Detail
-
rb
static final java.util.ResourceBundle rb
-
-
Constructor Detail
-
AlignTableAction
public AlignTableAction(java.lang.String s, RpsSystemConnectionMemo _memo)
-
AlignTableAction
public AlignTableAction(RpsSystemConnectionMemo _memo)
-
-
Method Detail
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
-
-