java.awt

Enum Window.Type

  • java.lang.Object
  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<Window.Type>
    Enclosing class:
    Window
    public static enum Window.Type extends java.lang.Enum<Window.Type>
    Enumeration of available window types. A window type defines the generic visual appearance and behavior of a top-level window. For example, the type may affect the kind of decorations of a decorated Frame or Dialog instance.

    Some platforms may not fully support a certain window type. Depending on the level of support, some properties of the window type may be disobeyed.

    Since:
    1.7
    See Also:
    Window.getType(), Window.setType(java.awt.Window.Type)
    • Enum Constants 
      Enum Constant and Description
      Ordinary member indicator NORMAL Reveal DetailHide Detail
      Represents a normal window.
      Ordinary member indicator POPUP Reveal DetailHide Detail
      Represents a popup window.
      Ordinary member indicator UTILITY Reveal DetailHide Detail
      Represents a utility window.
    • Static Methods 
      Modifier and Type Static Method and Description
      Ordinary member indicator valueOf Reveal DetailHide Detail
      Returns the enum constant of this type with the specified name.
      Ordinary member indicator values Reveal DetailHide Detail
      Returns an array containing the constants of this enum type, in the order they are declared.
      • Static methods inherited from class java.lang.Enum

        valueOf
      • Methods inherited from class java.lang.Enum

        clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
This document was created by Dulcet from the OpenJDK sources. Copyright © 1993, 2012 Oracle and/or its affiliates. All rights reserved.

SourceForge