Overview
Package
Class
Use
Tree
Deprecated
Index
All Classes
Help
Prev Class
Next Class
VAquaRendering - Release 3
Enum org.violetlib.jnr.aqua.AquaUIPainter.State
Inherited members: ShowHide
Deprecated: ShowHide
org.violetlib.jnr.aqua

Enum AquaUIPainter.State

  • Object
    • Enum<AquaUIPainter.State>
      • AquaUIPainter.State
  • All Implemented Interfaces:
    Serializable, Comparable<AquaUIPainter.State>
    Enclosing interface:
    AquaUIPainter
    public static enum AquaUIPainter.State extends Enum<AquaUIPainter.State>
    States of a component.
    • Enum Constants 
      Enum Constant and Description
      Ordinary member indicator ACTIVE Reveal DetailHide Detail
      ACTIVE
       
      public static final AquaUIPainter.State ACTIVE
      Ordinary member indicator ACTIVE_DEFAULT Reveal DetailHide Detail
      ACTIVE_DEFAULT
       
      public static final AquaUIPainter.State ACTIVE_DEFAULT
      Ordinary member indicator DISABLED Reveal DetailHide Detail
      DISABLED
       
      public static final AquaUIPainter.State DISABLED
      Ordinary member indicator DISABLED_INACTIVE Reveal DetailHide Detail
      DISABLED_INACTIVE
       
      public static final AquaUIPainter.State DISABLED_INACTIVE
      Ordinary member indicator INACTIVE Reveal DetailHide Detail
      INACTIVE
       
      public static final AquaUIPainter.State INACTIVE
      Ordinary member indicator PRESSED Reveal DetailHide Detail
      PRESSED
       
      public static final AquaUIPainter.State PRESSED
      Ordinary member indicator ROLLOVER Reveal DetailHide Detail
      ROLLOVER
       
      public static final AquaUIPainter.State ROLLOVER
    • Static Methods 
      Modifier and Type Static Method and Description
      Ordinary member indicator valueOf Reveal DetailHide Detail
      static AquaUIPainter.State valueOf(String name)
      Returns the enum constant of this type with the specified name.
      public static AquaUIPainter.State valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
      NullPointerException - if the argument is null
      Ordinary member indicator values Reveal DetailHide Detail
      static AquaUIPainter.State[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      public static AquaUIPainter.State[] values()
      Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
      for (AquaUIPainter.State c : AquaUIPainter.State.values())
          System.out.println(c);
      
      Returns:
      an array containing the constants of this enum type, in the order they are declared
      • Static methods inherited from class Enum

        valueOf
      • Methods inherited from class Enum

        compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString
      • Methods inherited from class Object

        getClass, notify, notifyAll, wait, wait, wait