- W_RESIZE_CURSOR - Static variable in class java.awt.Cursor
-
The west-resize cursor type.
- W_RESIZE_CURSOR - Static variable in class java.awt.Frame
-
Deprecated replaced by Cursor.W_RESIZE_CURSOR
.
- WAIT_CURSOR - Static variable in class java.awt.Cursor
-
The wait cursor type.
- WAIT_CURSOR - Static variable in class java.awt.Frame
-
Deprecated replaced by Cursor.WAIT_CURSOR
.
- waitForAll() - Method in class java.awt.MediaTracker
-
Starts loading all images tracked by this media tracker.
- waitForAll(long) - Method in class java.awt.MediaTracker
-
Starts loading all images tracked by this media tracker.
- waitForID(int) - Method in class java.awt.MediaTracker
-
Starts loading all images tracked by this media tracker with the
specified identifier.
- waitForID(int, long) - Method in class java.awt.MediaTracker
-
Starts loading all images tracked by this media tracker with the
specified identifier.
- waitForIdle() - Method in class java.awt.Robot
-
Waits until all events currently on the event queue have been processed.
- weightx - Variable in class java.awt.GridBagConstraints
-
Specifies how to distribute extra horizontal space.
- weighty - Variable in class java.awt.GridBagConstraints
-
Specifies how to distribute extra vertical space.
- WEST - Static variable in class java.awt.BorderLayout
-
The west layout constraint (left side of container).
- WEST - Static variable in class java.awt.GridBagConstraints
-
Put the component on the left side of its display area,
centered vertically.
- WHEEL_BLOCK_SCROLL - Static variable in class java.awt.event.MouseWheelEvent
-
Constant representing scrolling by a "block" (like scrolling
with page-up, page-down keys)
- WHEEL_UNIT_SCROLL - Static variable in class java.awt.event.MouseWheelEvent
-
Constant representing scrolling by "units" (like scrolling with the
arrow keys)
- when - Variable in class java.awt.Event
-
The time stamp.
- white - Static variable in class java.awt.Color
-
The color white.
- WHITE - Static variable in class java.awt.Color
-
The color white.
- width - Variable in class java.awt.Component.BltBufferStrategy
-
Size of the back buffers
- width - Variable in class java.awt.Dimension
-
The width dimension; negative values can be used.
- width - Variable in class java.awt.Rectangle
-
The width of the Rectangle
.
- WINDOW - Static variable in class java.awt.SystemColor
-
- window - Static variable in class java.awt.SystemColor
-
The color rendered for the background of interior regions inside windows.
- Window - Class in java.awt
-
A Window
object is a top-level window with no borders and no
menubar.
- Window(Frame) - Constructor for class java.awt.Window
-
Constructs a new, initially invisible window with the specified
Frame
as its owner.
- Window(Window) - Constructor for class java.awt.Window
-
Constructs a new, initially invisible window with the specified
Window
as its owner.
- Window(Window, GraphicsConfiguration) - Constructor for class java.awt.Window
-
Constructs a new, initially invisible window with the specified owner
Window
and a GraphicsConfiguration
of a screen device.
- Window.AccessibleAWTWindow - Class in java.awt
-
This class implements accessibility support for the
Window
class.
- Window.AccessibleAWTWindow() - Constructor for class java.awt.Window.AccessibleAWTWindow
- Window.Type - Enum in java.awt
-
Enumeration of available window types.
- WINDOW_ACTIVATED - Static variable in class java.awt.event.WindowEvent
-
The window-activated event type.
- WINDOW_BORDER - Static variable in class java.awt.SystemColor
-
- WINDOW_CLOSED - Static variable in class java.awt.event.WindowEvent
-
The window closed event.
- WINDOW_CLOSING - Static variable in class java.awt.event.WindowEvent
-
The "window is closing" event.
- WINDOW_DEACTIVATED - Static variable in class java.awt.event.WindowEvent
-
The window-deactivated event type.
- WINDOW_DEICONIFIED - Static variable in class java.awt.event.WindowEvent
-
The window deiconified event type.
- WINDOW_DEICONIFY - Static variable in class java.awt.Event
-
The user has asked the window manager to de-iconify the window.
- WINDOW_DESTROY - Static variable in class java.awt.Event
-
The user has asked the window manager to kill the window.
- WINDOW_EVENT_MASK - Static variable in class java.awt.AWTEvent
-
The event mask for selecting window events.
- WINDOW_EXPOSE - Static variable in class java.awt.Event
-
The user has asked the window manager to expose the window.
- WINDOW_FIRST - Static variable in class java.awt.event.WindowEvent
-
The first number in the range of ids used for window events.
- WINDOW_FOCUS_EVENT_MASK - Static variable in class java.awt.AWTEvent
-
The event mask for selecting window focus events.
- WINDOW_GAINED_FOCUS - Static variable in class java.awt.event.WindowEvent
-
The window-gained-focus event type.
- WINDOW_ICONIFIED - Static variable in class java.awt.event.WindowEvent
-
The window iconified event.
- WINDOW_ICONIFY - Static variable in class java.awt.Event
-
The user has asked the window manager to iconify the window.
- WINDOW_LAST - Static variable in class java.awt.event.WindowEvent
-
The last number in the range of ids used for window events.
- WINDOW_LOST_FOCUS - Static variable in class java.awt.event.WindowEvent
-
The window-lost-focus event type.
- WINDOW_MOVED - Static variable in class java.awt.Event
-
The user has asked the window manager to move the window.
- WINDOW_OPENED - Static variable in class java.awt.event.WindowEvent
-
The window opened event.
- WINDOW_STATE_CHANGED - Static variable in class java.awt.event.WindowEvent
-
The window-state-changed event type.
- WINDOW_STATE_EVENT_MASK - Static variable in class java.awt.AWTEvent
-
The event mask for selecting window state events.
- WINDOW_TEXT - Static variable in class java.awt.SystemColor
-
- windowActivated(WindowEvent) - Method in class java.awt.AWTEventMulticaster
-
Handles the windowActivated event by invoking the
windowActivated methods on listener-a and listener-b.
- windowActivated(WindowEvent) - Method in class java.awt.event.WindowAdapter
-
Invoked when a window is activated.
- windowActivated(WindowEvent) - Method in interface java.awt.event.WindowListener
-
Invoked when the Window is set to be the active Window.
- WindowAdapter - Class in java.awt.event
-
An abstract adapter class for receiving window events.
- WindowAdapter() - Constructor for class java.awt.event.WindowAdapter
- windowBorder - Static variable in class java.awt.SystemColor
-
The color rendered for the border around interior regions inside windows.
- windowClosed(WindowEvent) - Method in class java.awt.AWTEventMulticaster
-
Handles the windowClosed event by invoking the
windowClosed methods on listener-a and listener-b.
- windowClosed(WindowEvent) - Method in class java.awt.event.WindowAdapter
-
Invoked when a window has been closed.
- windowClosed(WindowEvent) - Method in interface java.awt.event.WindowListener
-
Invoked when a window has been closed as the result
of calling dispose on the window.
- windowClosing(WindowEvent) - Method in class java.awt.AWTEventMulticaster
-
Handles the windowClosing event by invoking the
windowClosing methods on listener-a and listener-b.
- windowClosing(WindowEvent) - Method in class java.awt.event.WindowAdapter
-
Invoked when a window is in the process of being closed.
- windowClosing(WindowEvent) - Method in interface java.awt.event.WindowListener
-
Invoked when the user attempts to close the window
from the window's system menu.
- windowDeactivated(WindowEvent) - Method in class java.awt.AWTEventMulticaster
-
Handles the windowDeactivated event by invoking the
windowDeactivated methods on listener-a and listener-b.
- windowDeactivated(WindowEvent) - Method in class java.awt.event.WindowAdapter
-
Invoked when a window is de-activated.
- windowDeactivated(WindowEvent) - Method in interface java.awt.event.WindowListener
-
Invoked when a Window is no longer the active Window.
- windowDeiconified(WindowEvent) - Method in class java.awt.AWTEventMulticaster
-
Handles the windowDeiconfied event by invoking the
windowDeiconified methods on listener-a and listener-b.
- windowDeiconified(WindowEvent) - Method in class java.awt.event.WindowAdapter
-
Invoked when a window is de-iconified.
- windowDeiconified(WindowEvent) - Method in interface java.awt.event.WindowListener
-
Invoked when a window is changed from a minimized
to a normal state.
- WindowEvent - Class in java.awt.event
-
A low-level event that indicates that a window has changed its status.
- WindowEvent(Window, int, Window, int, int) - Constructor for class java.awt.event.WindowEvent
-
Constructs a WindowEvent
object.
- WindowEvent(Window, int, Window) - Constructor for class java.awt.event.WindowEvent
-
Constructs a WindowEvent
object with the
specified opposite Window
.
- WindowEvent(Window, int, int, int) - Constructor for class java.awt.event.WindowEvent
-
Constructs a WindowEvent
object with the specified
previous and new window states.
- WindowEvent(Window, int) - Constructor for class java.awt.event.WindowEvent
-
Constructs a WindowEvent
object.
- WindowFocusListener - Interface in java.awt.event
-
The listener interface for receiving WindowEvents
, including
WINDOW_GAINED_FOCUS
and WINDOW_LOST_FOCUS
events.
- windowGainedFocus(WindowEvent) - Method in class java.awt.AWTEventMulticaster
-
Handles the windowGainedFocus event by invoking the windowGainedFocus
methods on listener-a and listener-b.
- windowGainedFocus(WindowEvent) - Method in class java.awt.event.WindowAdapter
-
Invoked when the Window is set to be the focused Window, which means
that the Window, or one of its subcomponents, will receive keyboard
events.
- windowGainedFocus(WindowEvent) - Method in interface java.awt.event.WindowFocusListener
-
Invoked when the Window is set to be the focused Window, which means
that the Window, or one of its subcomponents, will receive keyboard
events.
- windowIconified(WindowEvent) - Method in class java.awt.AWTEventMulticaster
-
Handles the windowIconified event by invoking the
windowIconified methods on listener-a and listener-b.
- windowIconified(WindowEvent) - Method in class java.awt.event.WindowAdapter
-
Invoked when a window is iconified.
- windowIconified(WindowEvent) - Method in interface java.awt.event.WindowListener
-
Invoked when a window is changed from a normal to a
minimized state.
- WindowListener - Interface in java.awt.event
-
The listener interface for receiving window events.
- windowLostFocus(WindowEvent) - Method in class java.awt.AWTEventMulticaster
-
Handles the windowLostFocus event by invoking the windowLostFocus
methods on listener-a and listener-b.
- windowLostFocus(WindowEvent) - Method in class java.awt.event.WindowAdapter
-
Invoked when the Window is no longer the focused Window, which means
that keyboard events will no longer be delivered to the Window or any of
its subcomponents.
- windowLostFocus(WindowEvent) - Method in interface java.awt.event.WindowFocusListener
-
Invoked when the Window is no longer the focused Window, which means
that keyboard events will no longer be delivered to the Window or any of
its subcomponents.
- windowOpened(WindowEvent) - Method in class java.awt.AWTEventMulticaster
-
Handles the windowOpened event by invoking the
windowOpened methods on listener-a and listener-b.
- windowOpened(WindowEvent) - Method in class java.awt.event.WindowAdapter
-
Invoked when a window has been opened.
- windowOpened(WindowEvent) - Method in interface java.awt.event.WindowListener
-
Invoked the first time a window is made visible.
- windowStateChanged(WindowEvent) - Method in class java.awt.AWTEventMulticaster
-
Handles the windowStateChanged event by invoking the
windowStateChanged methods on listener-a and listener-b.
- windowStateChanged(WindowEvent) - Method in class java.awt.event.WindowAdapter
-
Invoked when a window state is changed.
- windowStateChanged(WindowEvent) - Method in interface java.awt.event.WindowStateListener
-
Invoked when window state is changed.
- WindowStateListener - Interface in java.awt.event
-
The listener interface for receiving window state events.
- windowText - Static variable in class java.awt.SystemColor
-
The color rendered for text of interior regions inside windows.