Package jmri.jmrix.rps.swing.polling
Class PollTableAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- jmri.jmrix.rps.swing.polling.PollTableAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.io.Serializable
,java.lang.Cloneable
,java.util.EventListener
,javax.swing.Action
public class PollTableAction extends javax.swing.AbstractAction
Swing action to create and register a PollTableFrame object.We only permit one, because notification is not entirely right yet.
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description (package private) PollTableFrame
f
(package private) RpsSystemConnectionMemo
memo
-
Constructor Summary
Constructors Constructor Description PollTableAction(java.lang.String s, RpsSystemConnectionMemo _memo)
PollTableAction(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
-
-
-
-
Constructor Detail
-
PollTableAction
public PollTableAction(java.lang.String s, RpsSystemConnectionMemo _memo)
-
PollTableAction
public PollTableAction(RpsSystemConnectionMemo _memo)
-
-
Method Detail
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
-
-