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

Enum AquaUIPainter.Position

  • Object
    • Enum<AquaUIPainter.Position>
      • AquaUIPainter.Position
  • All Implemented Interfaces:
    Serializable, Comparable<AquaUIPainter.Position>
    Enclosing interface:
    AquaUIPainter
    public static enum AquaUIPainter.Position extends Enum<AquaUIPainter.Position>
    Options for the position of a button in a segmented control.
    • Enum Constants 
      Enum Constant and Description
      Ordinary member indicator FIRST Reveal DetailHide Detail
      FIRST
       
      public static final AquaUIPainter.Position FIRST
      Ordinary member indicator LAST Reveal DetailHide Detail
      LAST
       
      public static final AquaUIPainter.Position LAST
      Ordinary member indicator MIDDLE Reveal DetailHide Detail
      MIDDLE
       
      public static final AquaUIPainter.Position MIDDLE
      Ordinary member indicator ONLY Reveal DetailHide Detail
      ONLY
       
      public static final AquaUIPainter.Position ONLY
    • Static Methods 
      Modifier and Type Static Method and Description
      Ordinary member indicator valueOf Reveal DetailHide Detail
      static AquaUIPainter.Position valueOf(String name)
      Returns the enum constant of this type with the specified name.
      public static AquaUIPainter.Position 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.Position[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      public static AquaUIPainter.Position[] 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.Position c : AquaUIPainter.Position.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