Class InputWindowAction

java.lang.Object
javax.swing.AbstractAction
jmri.script.swing.InputWindowAction
All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action
Direct Known Subclasses:
InputWindowAction

public class InputWindowAction extends AbstractAction
This Action runs creates an InputWindow for sending input to the global jython interpreter
See Also:
  • Field Details

  • Constructor Details

  • Method Details

    • actionPerformed

      public void actionPerformed(ActionEvent e)
      Invoking this action via an event triggers display of a file dialog. If a file is selected, it's then invoked as a script.
    • getFrame

      public JFrame getFrame()