@Exported
See: Description
Interface | Description |
---|---|
GUIInitializedListener |
The
GUIInitializedListener interface is used by the EventQueueMonitor
class to notify an interested party when the GUI subsystem has been
initialized. |
TopLevelWindowListener |
The
TopLevelWindowListener interface is used by the EventQueueMonitor
class to notify an interested party when a top level window is created
or destroyed in the Java Virtual Machine. |
Class | Description |
---|---|
AccessibilityEventMonitor |
AccessibilityEventMonitor implements a PropertyChange listener
on every UI object that implements interface Accessible in the Java
Virtual Machine. |
AccessibilityListenerList |
The
AccessibilityListenerList is a copy of the Swing
EventListerList class. |
AWTEventMonitor |
The
AWTEventMonitor implements a suite of listeners that are
conditionally installed on every AWT component instance in the Java
Virtual Machine. |
EventID |
EventID contains integer constants that map to event support in
AWT and Swing.
|
EventQueueMonitor |
The
EventQueueMonitor class provides key core functionality for Assistive
Technologies (and other system-level technologies that need some of the same
things that Assistive Technology needs). |
GUIInitializedMulticaster |
The GUIInitializedMulticaster class is used to maintain a list of
GUIInitializedListener classes.
|
SwingEventMonitor |
SwingEventMonitor extends AWTEventMonitor by adding a suite of
listeners conditionally installed on every Swing component instance
in the Java Virtual Machine. |
TopLevelWindowMulticaster |
The TopLevelWindowMulticaster class is used to maintain a list of
TopLevelWindowListener classes.
|
Translator |
The
Translator class provides a translation to interface
Accessible
for objects that do not implement interface Accessible . |
The class AccessibilityEventMonitor
implements a PropertyChange
listener on every UI object that implements interface Accessible
in the Java
Virtual Machine.
The class AWTEventMonitor
implements a suite of listeners that are
conditionally installed on every AWT component instance in the Java Virtual Machine.
The class EventQueueMonitor
provides key core functionality for
Assistive Technologies (and other system-level technologies that need some of
the same things that Assistive Technology needs).
The class GUIInitializedMulticaster
is used to maintain a list of
GUIInitializedListener
classes which are used by the EventQueueMonitor
class to notify an interested party when the GUI subsystem has been initialized.
Note that this class is intended to be used primarily for internal support in
the EventQueueMonitor
class, and is not intended to be used by classes
outside the Java Accessibility Utility package.
The class SwingEventMonitor
extends AWTEventMonitor
by adding
a suite of listeners conditionally installed on every Swing component instance
in the Java Virtual Machine.
The class TopLevelWindowMulticaster
is used to maintain a list of
TopLevelWindowListener
classes which are used by the EventQueueMonitor
class to notify an interested party when a top level window is created or destroyed
in the Java Virtual Machine Note that this class is intended to be used primarily
for internal support in the EventQueueMonitor
class, and is not intended
to be used by classes outside the Java Accessibility Utility package.
The class Translator
provides a translation to interface Accessible
for objects that do not implement interface Accessible
.
Copyright © 2002, 2016, Oracle and/or its affiliates. All rights reserved.