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

Enum AquaUIPainter.TextFieldWidget

  • Object
    • Enum<AquaUIPainter.TextFieldWidget>
      • AquaUIPainter.TextFieldWidget
  • All Implemented Interfaces:
    Serializable, Comparable<AquaUIPainter.TextFieldWidget>
    Enclosing interface:
    AquaUIPainter
    public static enum AquaUIPainter.TextFieldWidget extends Enum<AquaUIPainter.TextFieldWidget>
    Widgets for a text field.
    • Enum Constants 
      Enum Constant and Description
      Ordinary member indicator TEXT_FIELD Reveal DetailHide Detail
      TEXT_FIELD
       
      public static final AquaUIPainter.TextFieldWidget TEXT_FIELD
      Ordinary member indicator TEXT_FIELD_ROUND Reveal DetailHide Detail
      TEXT_FIELD_ROUND
       
      public static final AquaUIPainter.TextFieldWidget TEXT_FIELD_ROUND
      Ordinary member indicator TEXT_FIELD_ROUND_TOOLBAR Reveal DetailHide Detail
      TEXT_FIELD_ROUND_TOOLBAR
       
      public static final AquaUIPainter.TextFieldWidget TEXT_FIELD_ROUND_TOOLBAR
      Ordinary member indicator TEXT_FIELD_SEARCH Reveal DetailHide Detail
      TEXT_FIELD_SEARCH
       
      public static final AquaUIPainter.TextFieldWidget TEXT_FIELD_SEARCH
      Ordinary member indicator TEXT_FIELD_SEARCH_TOOLBAR Reveal DetailHide Detail
      TEXT_FIELD_SEARCH_TOOLBAR
       
      public static final AquaUIPainter.TextFieldWidget TEXT_FIELD_SEARCH_TOOLBAR
      Ordinary member indicator TEXT_FIELD_SEARCH_WITH_CANCEL Reveal DetailHide Detail
      TEXT_FIELD_SEARCH_WITH_CANCEL
       
      public static final AquaUIPainter.TextFieldWidget TEXT_FIELD_SEARCH_WITH_CANCEL
      Ordinary member indicator TEXT_FIELD_SEARCH_WITH_CANCEL_TOOLBAR Reveal DetailHide Detail
      TEXT_FIELD_SEARCH_WITH_CANCEL_TOOLBAR
       
      public static final AquaUIPainter.TextFieldWidget TEXT_FIELD_SEARCH_WITH_CANCEL_TOOLBAR
      Ordinary member indicator TEXT_FIELD_SEARCH_WITH_MENU Reveal DetailHide Detail
      TEXT_FIELD_SEARCH_WITH_MENU
       
      public static final AquaUIPainter.TextFieldWidget TEXT_FIELD_SEARCH_WITH_MENU
      Ordinary member indicator TEXT_FIELD_SEARCH_WITH_MENU_AND_CANCEL Reveal DetailHide Detail
      TEXT_FIELD_SEARCH_WITH_MENU_AND_CANCEL
       
      public static final AquaUIPainter.TextFieldWidget TEXT_FIELD_SEARCH_WITH_MENU_AND_CANCEL
      Ordinary member indicator TEXT_FIELD_SEARCH_WITH_MENU_AND_CANCEL_TOOLBAR Reveal DetailHide Detail
      TEXT_FIELD_SEARCH_WITH_MENU_AND_CANCEL_TOOLBAR
       
      public static final AquaUIPainter.TextFieldWidget TEXT_FIELD_SEARCH_WITH_MENU_AND_CANCEL_TOOLBAR
      Ordinary member indicator TEXT_FIELD_SEARCH_WITH_MENU_TOOLBAR Reveal DetailHide Detail
      TEXT_FIELD_SEARCH_WITH_MENU_TOOLBAR
       
      public static final AquaUIPainter.TextFieldWidget TEXT_FIELD_SEARCH_WITH_MENU_TOOLBAR
    • Static Methods 
      Modifier and Type Static Method and Description
      Ordinary member indicator valueOf Reveal DetailHide Detail
      static AquaUIPainter.TextFieldWidget valueOf(String name)
      Returns the enum constant of this type with the specified name.
      public static AquaUIPainter.TextFieldWidget 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.TextFieldWidget[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      public static AquaUIPainter.TextFieldWidget[] 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.TextFieldWidget c : AquaUIPainter.TextFieldWidget.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 
      Modifier and Type Method and Description
      Ordinary member indicator hasCancel Reveal DetailHide Detail
      boolean hasCancel()
       
      public boolean hasCancel()
      Ordinary member indicator hasMenu Reveal DetailHide Detail
      boolean hasMenu()
       
      public boolean hasMenu()
      Ordinary member indicator isRound Reveal DetailHide Detail
      boolean isRound()
       
      public boolean isRound()
      Ordinary member indicator isSearch Reveal DetailHide Detail
      boolean isSearch()
       
      public boolean isSearch()
      Ordinary member indicator isToolbar Reveal DetailHide Detail
      boolean isToolbar()
       
      public boolean isToolbar()
      • Methods inherited from class Enum

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

        getClass, notify, notifyAll, wait, wait, wait