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

Uses of Class
java.awt.Dialog

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

      Subclasses of Dialog in java.awt 
      Modifier and Type Class and Description
      class  FileDialog
      The FileDialog class displays a dialog window from which the user can select a file.
      Methods in java.awt with parameters of type Dialog 
      Modifier and Type Method and Description
      protected abstract java.awt.peer.DialogPeer  Toolkit.createDialog(Dialog target)
      Creates this toolkit's implementation of Dialog using the specified peer interface.
      Constructors in java.awt with parameters of type Dialog 
      Constructor and Description
      Dialog(Dialog owner)
      Constructs an initially invisible, modeless Dialog with the specified owner Dialog and an empty title.
      Dialog(Dialog owner, java.lang.String title)
      Constructs an initially invisible, modeless Dialog with the specified owner Dialog and title.
      Dialog(Dialog owner, java.lang.String title, boolean modal)
      Constructs an initially invisible Dialog with the specified owner Dialog, title, and modality.
      Dialog(Dialog owner, java.lang.String title, boolean modal, GraphicsConfiguration gc)
      Constructs an initially invisible Dialog with the specified owner Dialog, title, modality and GraphicsConfiguration.
      FileDialog(Dialog parent)
      Creates a file dialog for loading a file.
      FileDialog(Dialog parent, java.lang.String title)
      Creates a file dialog window with the specified title for loading a file.
      FileDialog(Dialog parent, java.lang.String title, int mode)
      Creates a file dialog window with the specified title for loading or saving a file.
This document was created by Dulcet from the OpenJDK sources. Copyright © 1993, 2012 Oracle and/or its affiliates. All rights reserved.

SourceForge