java.lang.Object
java.lang.Enum<TethysUIEvent>
io.github.tonywasher.joceanus.tethys.api.base.TethysUIEvent
All Implemented Interfaces:
Serializable, Comparable<TethysUIEvent>, Constable

public enum TethysUIEvent extends Enum<TethysUIEvent>
Tethys User interface events.
  • Enum Constant Details

    • PRESSED

      public static final TethysUIEvent PRESSED
      Button Pressed.
    • NEWVALUE

      public static final TethysUIEvent NEWVALUE
      New Value.
    • NEWCOMMAND

      public static final TethysUIEvent NEWCOMMAND
      New Command.
    • PREPAREDIALOG

      public static final TethysUIEvent PREPAREDIALOG
      Prepare Dialog.
    • PREPARECMDDIALOG

      public static final TethysUIEvent PREPARECMDDIALOG
      Prepare Command Dialog.
    • BUILDPAGE

      public static final TethysUIEvent BUILDPAGE
      Build Page.
    • WINDOWCLOSED

      public static final TethysUIEvent WINDOWCLOSED
      Window Closed.
    • EDITFOCUSLOST

      public static final TethysUIEvent EDITFOCUSLOST
      Edit Focus Lost.
    • NEWSTAGE

      public static final TethysUIEvent NEWSTAGE
      New Stage declared.
  • Method Details

    • values

      public static TethysUIEvent[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static TethysUIEvent valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null