Package jmri.jmrix.jinput.treecontrol
Class TreeAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- jmri.util.JmriJFrameAction
-
- jmri.jmrix.jinput.treecontrol.TreeAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.io.Serializable
,java.lang.Cloneable
,java.util.EventListener
,javax.swing.Action
public class TreeAction extends JmriJFrameAction
Create a JInput control window.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TreeAction()
TreeAction(java.lang.String s)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getName()
Method to be overridden to make this work.-
Methods inherited from class jmri.util.JmriJFrameAction
actionPerformed
-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Constructor Detail
-
TreeAction
public TreeAction(java.lang.String s)
-
TreeAction
public TreeAction()
-
-
Method Detail
-
getName
public java.lang.String getName()
Description copied from class:JmriJFrameAction
Method to be overridden to make this work. Provide a completely qualified class name, must be castable to JmriJFrame- Overrides:
getName
in classJmriJFrameAction
- Returns:
- the default implementation returns an empty String
-
-