GNU Classpath (0.95) | |
Frames | No Frames |
Methods with return type java.awt.Window | |
Window | Creates a top-level window for use by the input method. |
Classes derived from java.awt.Window | |
class | A dialog window. |
class | A window that supports window decorations (titlebar and borders).
|
class | Unlike JComponent derivatives, JWindow inherits from
java.awt.Window. |
Constructors with parameter type java.awt.Window | |
Creates a new JWindow that has the specified
owner window. | |
Creates a new JWindow for the given graphics configuration
and that has the specified owner window. |
Methods with return type java.awt.Window | |
Window | |
Window | Equivalent to calling getAncestorOfClass(Window, comp) .
|
Classes derived from java.awt.Window | |
class | Dialog provides a top-level window normally used to receive
user input in applications.
|
class | This class implements a file selection dialog box widget.
|
class | This class is a top-level window with a title bar and window
decorations.
|
Constructors with parameter type java.awt.Window | |
Initializes a new instance of Window with the specified
parent. | |
Initializes a new instance of Window with the specified
parent. |
Methods with parameter type java.awt.Window | |
WindowPeer | Creates a peer object for the specified Window .
|
Component | Returns the Component that should receive the focus when a Window is made
visible for the first time.
|
void | Toggle the given window between full screen and normal mode. |
void | Set the Window that will be returned by getActiveWindow() (when it is called from the current ThreadGroup ) and getGlobalActiveWindow() . |
void | Set the Window that will be returned by getFocusedWindow() (when it is called from the current ThreadGroup ) and getGlobalFocusedWindow() .
|
Methods with return type java.awt.Window | |
Window | Retrieve the active Window , or null if the active window
was not set by a thread in the current ThreadGroup .
|
Window | Retrieve the Window that is or contains the keyboard
focus owner, or null if the focused window was not set by a
thread in the current ThreadGroup .
|
Window | Returns the current full-screen window of the device, or null if no
window is full-screen.
|
Window | Retrieve the active Window , regardless of whether or not
the Window was made active by a thread in the current
ThreadGroup .
|
Window | Retrieve the Window that is or contains the focus owner,
regardless of whether or not the Window was set focused
by a thread in the current ThreadGroup .
|
Window[] | |
Window |
Methods with parameter type java.awt.Window | |
boolean | Returns whether a given Window is under the mouse.
|
Classes derived from java.awt.Window | |
class | This is the window that appears when the JToolBar is being dragged
around.
|
Constructors with parameter type java.awt.Window | |
Initializes a new instance of WindowEvent with the specified
parameters. | |
Initializes a new instance of WindowEvent with the specified
parameters. | |
Initializes a new instance of WindowEvent with the specified
parameters. | |
Initializes a new instance of WindowEvent with the specified
parameters. |
Methods with return type java.awt.Window | |
Window | Returns the opposite window if this window was involved in an activation
or focus change. |
Window | Returns the event source as a Window . |
GNU Classpath (0.95) |