|
|||||||||
| Home >> All >> java >> [ awt overview ] | PREV NEXT | ||||||||
Uses of Class
java.awt.Frame
| Uses of Frame in java.awt |
| Methods in java.awt that return Frame | |
static Frame[] |
Frame.getFrames()
|
| Methods in java.awt with parameters of type Frame | |
private static void |
Frame.noteFrame(Frame f)
|
protected abstract java.awt.peer.FramePeer |
Toolkit.createFrame(Frame target)
Creates a peer object for the specified Frame. |
abstract PrintJob |
Toolkit.getPrintJob(Frame frame,
java.lang.String title,
java.util.Properties props)
Returns a instance of PrintJob for the specified
arguments. |
PrintJob |
Toolkit.getPrintJob(Frame frame,
java.lang.String title,
JobAttributes jobAttr,
PageAttributes pageAttr)
Returns a instance of PrintJob for the specified
arguments. |
| Constructors in java.awt with parameters of type Frame | |
Window(Frame owner)
Initializes a new instance of Window with the specified
parent. |
|
Dialog(Frame parent)
Initializes a new instance of Dialog with the specified
parent, that is resizable and not modal, and which has no title. |
|
Dialog(Frame parent,
boolean modal)
Initializes a new instance of Dialog with the specified
parent and modality, that is resizable and which has no title. |
|
Dialog(Frame parent,
java.lang.String title)
Initializes a new instance of Dialog with the specified
parent, that is resizable and not modal, and which has the specified
title. |
|
Dialog(Frame parent,
java.lang.String title,
boolean modal)
Initializes a new instance of Dialog with the specified,
parent, title, and modality, that is resizable. |
|
Dialog(Frame parent,
java.lang.String title,
boolean modal,
GraphicsConfiguration gc)
Initializes a new instance of Dialog with the specified,
parent, title, modality and GraphicsConfiguration, that is
resizable. |
|
FileDialog(Frame parent)
Initializes a new instance of FileDialog with the
specified parent. |
|
FileDialog(Frame parent,
java.lang.String title)
Initialized a new instance of FileDialog with the
specified parent and title. |
|
FileDialog(Frame parent,
java.lang.String title,
int mode)
Initialized a new instance of FileDialog with the
specified parent, title, and mode. |
|
|
|||||||||
| Home >> All >> java >> [ awt overview ] | PREV NEXT | ||||||||