Overview
Package
Class
Use
Tree
Deprecated
Index
All Classes
Help
Prev
Next
Sample
Document
Uses of Class java.awt.Dialog.ModalityType
Deprecated: ShowHide
View: ClientSubclassPackageImplementation

Uses of Class
java.awt.Dialog.ModalityType

  • Packages that use Dialog.ModalityType 
    Package Description
    java.awt
    Contains all of the classes for creating user interfaces and for painting graphics and images.
    • Uses of Dialog.ModalityType in java.awt

      Fields in java.awt declared as Dialog.ModalityType 
      Modifier and Type Field and Description
      static Dialog.ModalityType  Dialog.DEFAULT_MODALITY_TYPE
      Default modality type for modal dialogs.
      Methods in java.awt that return Dialog.ModalityType 
      Modifier and Type Method and Description
      Dialog.ModalityType  Dialog.getModalityType()
      Returns the modality type of this dialog.
      static Dialog.ModalityType  Dialog.ModalityType.valueOf(java.lang.String name)
      Returns the enum constant of this type with the specified name.
      static Dialog.ModalityType[]  Dialog.ModalityType.values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Methods in java.awt with parameters of type Dialog.ModalityType 
      Modifier and Type Method and Description
      abstract boolean  Toolkit.isModalityTypeSupported(Dialog.ModalityType modalityType)
      Returns whether the given modality type is supported by this toolkit.
      void  Dialog.setModalityType(Dialog.ModalityType type)
      Sets the modality type for this dialog.
      Constructors in java.awt with parameters of type Dialog.ModalityType 
      Constructor and Description
      Dialog(Window owner, Dialog.ModalityType modalityType)
      Constructs an initially invisible Dialog with the specified owner Window and modality and an empty title.
      Dialog(Window owner, java.lang.String title, Dialog.ModalityType modalityType)
      Constructs an initially invisible Dialog with the specified owner Window, title and modality.
      Dialog(Window owner, java.lang.String title, Dialog.ModalityType modalityType, GraphicsConfiguration gc)
      Constructs an initially invisible Dialog with the specified owner Window, title, modality and GraphicsConfiguration.
This document was created by Dulcet from the OpenJDK sources. Copyright © 1993, 2012 Oracle and/or its affiliates. All rights reserved.

SourceForge