Uses of Class java.awt.Window

Uses in package java.awt.im.spi

Methods with return type java.awt.Window

Window
InputMethodContext.createInputMethodWindow(String title, boolean attachToInputContext)
Creates a top-level window for use by the input method.

Uses in package javax.swing

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
Returns the first ancestor of comp that is a Window or null if comp is not contained in a Window.
Window
Equivalent to calling getAncestorOfClass(Window, comp).

Uses in package java.awt

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

Uses in package java.awt.peer

Methods with parameter type java.awt.Window

boolean
Returns whether a given Window is under the mouse.

Uses in package javax.swing.plaf.basic

Classes derived from java.awt.Window

class
This is the window that appears when the JToolBar is being dragged around.

Uses in package java.awt.event

Constructors with parameter type java.awt.Window

WindowEvent.WindowEvent(Window source, int id)
Initializes a new instance of WindowEvent with the specified parameters.
WindowEvent.WindowEvent(Window source, int id, int oldState, int newState)
Initializes a new instance of WindowEvent with the specified parameters.
WindowEvent.WindowEvent(Window source, int id, Window opposite)
Initializes a new instance of WindowEvent with the specified parameters.
WindowEvent.WindowEvent(Window source, int id, Window opposite, int oldState, int newState)
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.