java.awt

Enum Dialog.ModalityType

    • Enum Constants 
      Enum Constant and Description
      Ordinary member indicator APPLICATION_MODAL Reveal DetailHide Detail
      An APPLICATION_MODAL dialog blocks all top-level windows from the same Java application except those from its own child hierarchy.
      Ordinary member indicator DOCUMENT_MODAL Reveal DetailHide Detail
      A DOCUMENT_MODAL dialog blocks input to all top-level windows from the same document except those from its own child hierarchy.
      Ordinary member indicator MODELESS Reveal DetailHide Detail
      MODELESS dialog doesn't block any top-level windows.
      Ordinary member indicator TOOLKIT_MODAL Reveal DetailHide Detail
      A TOOLKIT_MODAL dialog blocks all top-level windows run from the same toolkit except those from its own child hierarchy.
    • 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