Package jmri.jmrit.withrottle
Class ControllerFilterAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- jmri.jmrit.withrottle.ControllerFilterAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.io.Serializable
,java.lang.Cloneable
,java.util.EventListener
,javax.swing.Action
public class ControllerFilterAction extends javax.swing.AbstractAction
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ControllerFilterAction()
ControllerFilterAction(java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(java.awt.event.ActionEvent ae)
java.lang.String
getName()
-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Constructor Detail
-
ControllerFilterAction
public ControllerFilterAction(java.lang.String name)
-
ControllerFilterAction
public ControllerFilterAction()
-
-
Method Detail
-
getName
public java.lang.String getName()
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent ae)
-
-