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

Enum AquaUIPainter.SliderWidget

  • Object
    • Enum<AquaUIPainter.SliderWidget>
      • AquaUIPainter.SliderWidget
  • All Implemented Interfaces:
    Serializable, Comparable<AquaUIPainter.SliderWidget>
    Enclosing interface:
    AquaUIPainter
    public static enum AquaUIPainter.SliderWidget extends Enum<AquaUIPainter.SliderWidget>
    Widgets for a slider.
    • Enum Constants 
      Enum Constant and Description
      Ordinary member indicator SLIDER_CIRCULAR Reveal DetailHide Detail
      SLIDER_CIRCULAR
       
      public static final AquaUIPainter.SliderWidget SLIDER_CIRCULAR
      Ordinary member indicator SLIDER_HORIZONTAL Reveal DetailHide Detail
      SLIDER_HORIZONTAL
       
      public static final AquaUIPainter.SliderWidget SLIDER_HORIZONTAL
      Ordinary member indicator SLIDER_HORIZONTAL_RIGHT_TO_LEFT Reveal DetailHide Detail
      SLIDER_HORIZONTAL_RIGHT_TO_LEFT
       
      public static final AquaUIPainter.SliderWidget SLIDER_HORIZONTAL_RIGHT_TO_LEFT
      Ordinary member indicator SLIDER_UPSIDE_DOWN Reveal DetailHide Detail
      SLIDER_UPSIDE_DOWN
       
      public static final AquaUIPainter.SliderWidget SLIDER_UPSIDE_DOWN
      Ordinary member indicator SLIDER_VERTICAL Reveal DetailHide Detail
      SLIDER_VERTICAL
       
      public static final AquaUIPainter.SliderWidget SLIDER_VERTICAL
    • Static Methods 
      Modifier and Type Static Method and Description
      Ordinary member indicator valueOf Reveal DetailHide Detail
      static AquaUIPainter.SliderWidget valueOf(String name)
      Returns the enum constant of this type with the specified name.
      public static AquaUIPainter.SliderWidget 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.SliderWidget[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      public static AquaUIPainter.SliderWidget[] 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.SliderWidget c : AquaUIPainter.SliderWidget.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