Uses of Package
com.sun.java.accessibility.util
Packages that use com.sun.java.accessibility.util
Package
Description
Provides a collection of interfaces and classes that compose the Java Accessibility
Utilities.
-
Classes in com.sun.java.accessibility.util used by com.sun.java.accessibility.utilClassDescriptionThe
AccessibilityListenerList
is a copy of the SwingEventListerList
class.TheAWTEventMonitor
implements a suite of listeners that are conditionally installed on every AWT component instance in the Java Virtual Machine.TheGUIInitializedListener
interface is used by theEventQueueMonitor
class to notify an interested party when the GUI subsystem has been initialized.TheTopLevelWindowListener
interface is used by theEventQueueMonitor
class to notify an interested party when a top level window is created or destroyed in the Java Virtual Machine.