Enum Class GUIAction

java.lang.Object
java.lang.Enum<GUIAction>
valorless.havenbags.enums.GUIAction
All Implemented Interfaces:
Serializable, Comparable<GUIAction>, Constable

public enum GUIAction extends Enum<GUIAction>
  • Enum Constant Details

    • NONE

      public static final GUIAction NONE
    • PREV_PAGE

      public static final GUIAction PREV_PAGE
    • NEXT_PAGE

      public static final GUIAction NEXT_PAGE
    • CONFIRM

      public static final GUIAction CONFIRM
    • CANCEL

      public static final GUIAction CANCEL
    • RETURN

      public static final GUIAction RETURN
    • CREATE

      public static final GUIAction CREATE
    • RESTORE

      public static final GUIAction RESTORE
    • PREVIEW

      public static final GUIAction PREVIEW
    • DELETE

      public static final GUIAction DELETE
  • Method Details

    • values

      public static GUIAction[] 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 GUIAction 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