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

Enum TitleBarConfiguration.ResizeAction

  • Object
    • Enum<TitleBarConfiguration.ResizeAction>
      • TitleBarConfiguration.ResizeAction
  • All Implemented Interfaces:
    Serializable, Comparable<TitleBarConfiguration.ResizeAction>
    Enclosing class:
    TitleBarConfiguration
    public static enum TitleBarConfiguration.ResizeAction extends Enum<TitleBarConfiguration.ResizeAction>
    The possible actions corresponding to the resize button on a title bar.
    • Enum Constants 
      Enum Constant and Description
      Ordinary member indicator FULL_SCREEN_ENTER Reveal DetailHide Detail
      FULL_SCREEN_ENTER
       
      public static final TitleBarConfiguration.ResizeAction FULL_SCREEN_ENTER
      Ordinary member indicator FULL_SCREEN_EXIT Reveal DetailHide Detail
      FULL_SCREEN_EXIT
       
      public static final TitleBarConfiguration.ResizeAction FULL_SCREEN_EXIT
      Ordinary member indicator ZOOM_ENTER Reveal DetailHide Detail
      ZOOM_ENTER
       
      public static final TitleBarConfiguration.ResizeAction ZOOM_ENTER
      Ordinary member indicator ZOOM_EXIT Reveal DetailHide Detail
      ZOOM_EXIT
       
      public static final TitleBarConfiguration.ResizeAction ZOOM_EXIT
    • Static Methods 
      Modifier and Type Static Method and Description
      Ordinary member indicator valueOf Reveal DetailHide Detail
      static TitleBarConfiguration.ResizeAction valueOf(String name)
      Returns the enum constant of this type with the specified name.
      public static TitleBarConfiguration.ResizeAction 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 TitleBarConfiguration.ResizeAction[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      public static TitleBarConfiguration.ResizeAction[] 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 (TitleBarConfiguration.ResizeAction c : TitleBarConfiguration.ResizeAction.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