|
Java Platform 1.2 Beta 4 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Frame | |
com.sun.java.swing | Provides a set of "lightweight" (all-Java |
java.awt | Contains all of the classes for creating user interfaces and for painting graphics and images. |
Uses of Frame in com.sun.java.swing |
Subclasses of Frame in com.sun.java.swing | |
JFrame
An extended version of java.awt. |
Methods in com.sun.java.swing that return Frame | |
static Frame | JOptionPane.getFrameForComponent(Component parentComponent)
Returns the specified component's Frame. |
static Frame | JOptionPane.getRootFrame()
Returns the Frame to use for the class methods in which a frame is not provided. |
Methods in com.sun.java.swing with parameters of type Frame | |
static void | JOptionPane.setRootFrame(Frame newRootFrame)
Sets the frame to use for class methods in which a frame is not provided. |
Constructors in com.sun.java.swing with parameters of type Frame | |
JWindow.JWindow(Frame owner)
Creates a window with the specified owner frame. |
|
JDialog.JDialog(Frame owner)
Creates a non-modal dialog without a title with the specifed Frame as its owner. |
|
JDialog.JDialog(Frame owner,
boolean modal)
Creates a modal or non-modal dialog without a title and with the specified owner frame. |
|
JDialog.JDialog(Frame owner,
String title)
Creates a non-modal dialog with the specified title and with the specified owner frame. |
|
JDialog.JDialog(Frame owner,
String title,
boolean modal)
Creates a modal or non-modal dialog with the specified title and the specified owner frame. |
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 Dialog with an empty title. |
|
Dialog.Dialog(Frame owner,
boolean modal)
Constructs an initially invisible Dialog with an empty title. |
|
Dialog.Dialog(Frame owner,
String title)
Constructs an initially invisible Dialog with a title. |
|
Dialog.Dialog(Frame owner,
String title,
boolean modal)
Constructs an initially invisible Dialog with a title. |
|
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. |
|
Java Platform 1.2 Beta 4 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |