Class StiltsAction

All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action

public class StiltsAction extends BasicAction
Reports the STILTS command generated by the current state of a supplied StiltsReporter component.
Since:
19 Sep 2024
Author:
Mark Taylor
See Also:
  • Constructor Details

    • StiltsAction

      public StiltsAction(StiltsReporter reporter, Supplier<Window> parentSupplier, Dimension size)
      Constructs a StiltsAction with an explicitly sized dialogue.
      Parameters:
      reporter - component that can generate stilts command lines
      parentSupplier - provides a parent window for this action
      size - preferred size of the monitor panel that displays the STILTS command; if null some default will be used
    • StiltsAction

      public StiltsAction(StiltsReporter reporter, Supplier<Window> parentSupplier)
      Constructs a StiltsAction with a default sized dialogue.
      Parameters:
      reporter - component that can generate stilts command lines
      parentSupplier - provides a parent window for this action
  • Method Details

    • actionPerformed

      public void actionPerformed(ActionEvent evt)