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

Uses of Class
java.awt.Frame

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

      Methods in java.awt that return Frame 
      Modifier and Type Method and Description
      static Frame[]  Frame.getFrames()
      Returns an array of all Frames created by this application.
      Methods in java.awt with parameters of type Frame 
      Modifier and Type Method and Description
      protected abstract java.awt.peer.FramePeer  Toolkit.createFrame(Frame target)
      Creates this toolkit's implementation of Frame using the specified peer interface.
      PrintJob  Toolkit.getPrintJob(Frame frame, java.lang.String jobtitle, JobAttributes jobAttributes, PageAttributes pageAttributes)
      Gets a PrintJob object which is the result of initiating a print operation on the toolkit's platform.
      abstract PrintJob  Toolkit.getPrintJob(Frame frame, java.lang.String jobtitle, java.util.Properties props)
      Gets a PrintJob object which is the result of initiating a print operation on the toolkit's platform.
      Constructors in java.awt with parameters of type Frame 
      Constructor and Description
      Dialog(Frame owner)
      Constructs an initially invisible, modeless Dialog with the specified owner Frame and an empty title.
      Dialog(Frame owner, boolean modal)
      Constructs an initially invisible Dialog with the specified owner Frame and modality and an empty title.
      Dialog(Frame owner, java.lang.String title)
      Constructs an initially invisible, modeless Dialog with the specified owner Frame and title.
      Dialog(Frame owner, java.lang.String title, boolean modal)
      Constructs an initially invisible Dialog with the specified owner Frame, title and modality.
      Dialog(Frame owner, java.lang.String title, boolean modal, GraphicsConfiguration gc)
      Constructs an initially invisible Dialog with the specified owner Frame, title, modality, and GraphicsConfiguration.
      FileDialog(Frame parent)
      Creates a file dialog for loading a file.
      FileDialog(Frame parent, java.lang.String title)
      Creates a file dialog window with the specified title for loading a file.
      FileDialog(Frame parent, java.lang.String title, int mode)
      Creates a file dialog window with the specified title for loading or saving a file.
      Window(Frame owner)
      Constructs a new, initially invisible window with the specified Frame as its owner.
This document was created by Dulcet from the OpenJDK sources. Copyright © 1993, 2012 Oracle and/or its affiliates. All rights reserved.

SourceForge