Package jmri.jmrit.jython
Class InputWindowAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- jmri.script.swing.InputWindowAction
-
- jmri.jmrit.jython.InputWindowAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.io.Serializable
,java.lang.Cloneable
,java.util.EventListener
,javax.swing.Action
@Deprecated(forRemoval=true) public class InputWindowAction extends InputWindowAction
Deprecated, for removal: This API element is subject to removal in a future version.For removal after JMRI 5.2This class is left in place so that existing preferences will still work until they are migrated. Do not use.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InputWindowAction()
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
-
Methods inherited from class jmri.script.swing.InputWindowAction
actionPerformed, getFrame
-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Constructor Detail
-
InputWindowAction
public InputWindowAction()
Deprecated, for removal: This API element is subject to removal in a future version.
-
-