Uses of Class
java.awt.Frame

Packages that use Frame
java.awt   
 

Uses of Frame in java.awt
 

Methods in java.awt that return Frame
static Frame[] Frame.getFrames()
          Returns an array containing all Frames created by the application.
 

Methods in java.awt with parameters of type Frame
protected abstract  java.awt.peer.FramePeer Toolkit.createFrame(Frame target)
          Creates this toolkit's implementation of Frame using the specified peer interface.
abstract  PrintJob Toolkit.getPrintJob(Frame frame, String jobtitle, 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
Window.Window(Frame owner)
          Constructs a new invisible window.
Dialog.Dialog(Frame owner)
          Constructs an initially invisible, non-modal Dialog with an empty title and the specified owner frame.
Dialog.Dialog(Frame owner, boolean modal)
          Constructs an initially invisible Dialog with an empty title, the specified owner frame and modality.
Dialog.Dialog(Frame owner, String title)
          Constructs an initially invisible, non-modal Dialog with the specified owner frame and title.
Dialog.Dialog(Frame owner, String title, boolean modal)
          Constructs an initially invisible Dialog with the specified owner frame, title, and modality.
FileDialog.FileDialog(Frame parent)
          Creates a file dialog for loading a file.
FileDialog.FileDialog(Frame parent, String title)
          Creates a file dialog window with the specified title for loading a file.
FileDialog.FileDialog(Frame parent, String title, int mode)
          Creates a file dialog window with the specified title for loading or saving a file.