- AccessibilityEventMonitor - Class in com.sun.java.accessibility.util
-
AccessibilityEventMonitor
implements a PropertyChange listener
on every UI object that implements interface Accessible
in the Java
Virtual Machine.
- AccessibilityEventMonitor() - Constructor for class com.sun.java.accessibility.util.AccessibilityEventMonitor
-
- accessibilityListener - Static variable in class com.sun.java.accessibility.util.AccessibilityEventMonitor
-
The actual listener that is installed on the component instances.
- AccessibilityListenerList - Class in com.sun.java.accessibility.util
-
The
AccessibilityListenerList
is a copy of the Swing
EventListerList
class.
- AccessibilityListenerList() - Constructor for class com.sun.java.accessibility.util.AccessibilityListenerList
-
- ACTION - Static variable in class com.sun.java.accessibility.util.EventID
-
Maps to AWT Action support (i.e., ActionListener and ActionEvent)
- actionListener - Static variable in class com.sun.java.accessibility.util.AWTEventMonitor
-
- add(Class, EventListener) - Method in class com.sun.java.accessibility.util.AccessibilityListenerList
-
Add the listener as a listener of the specified type.
- add(GUIInitializedListener, GUIInitializedListener) - Static method in class com.sun.java.accessibility.util.GUIInitializedMulticaster
-
- add(TopLevelWindowListener, TopLevelWindowListener) - Static method in class com.sun.java.accessibility.util.TopLevelWindowMulticaster
-
- addActionListener(ActionListener) - Static method in class com.sun.java.accessibility.util.AWTEventMonitor
-
Adds the specified listener to receive all
ACTION
events on each component instance in the Java Virtual Machine when they occur.
- addAdjustmentListener(AdjustmentListener) - Static method in class com.sun.java.accessibility.util.AWTEventMonitor
-
Adds the specified listener to receive all
ADJUSTMENT
events on each component instance
in the Java Virtual Machine when they occur.
- addAncestorListener(AncestorListener) - Static method in class com.sun.java.accessibility.util.SwingEventMonitor
-
Adds the specified listener to receive all
ANCESTOR
events on each component instance in the Java Virtual Machine as they occur.
- addCaretListener(CaretListener) - Static method in class com.sun.java.accessibility.util.SwingEventMonitor
-
Adds the specified listener to receive all
CARET
events
on each component instance in the Java Virtual Machine as they occur.
- addCellEditorListener(CellEditorListener) - Static method in class com.sun.java.accessibility.util.SwingEventMonitor
-
Adds the specified listener to receive all
CELLEDITOR
events on each
component instance in the Java Virtual Machine as they occur.
- addChangeListener(ChangeListener) - Static method in class com.sun.java.accessibility.util.SwingEventMonitor
-
Adds the specified listener to receive all
CHANGE
events on each component instance in the Java Virtual Machine as they occur.
- addColumnModelListener(TableColumnModelListener) - Static method in class com.sun.java.accessibility.util.SwingEventMonitor
-
Adds the specified listener to receive all
COLUMNMODEL
events on each component instance in the Java Virtual Machine as they occur.
- addComponentListener(ComponentListener) - Static method in class com.sun.java.accessibility.util.AWTEventMonitor
-
Adds the specified listener to receive all
COMPONENT
events on each component instance in the Java Virtual Machine as they occur.
- addContainerListener(ContainerListener) - Static method in class com.sun.java.accessibility.util.AWTEventMonitor
-
Adds the specified listener to receive all
CONTAINER
events on each component instance in the Java Virtual Machine as they occur.
- addDocumentListener(DocumentListener) - Static method in class com.sun.java.accessibility.util.SwingEventMonitor
-
Adds the specified listener to receive all
DOCUMENT
events on each component instance in the Java Virtual Machine as they occur.
- addFocusListener(FocusListener) - Static method in class com.sun.java.accessibility.util.AWTEventMonitor
-
Adds the specified listener to receive all
FOCUS
events
on each component instance in the Java Virtual Machine when they occur.
- addFocusListener(FocusListener) - Method in class com.sun.java.accessibility.util.Translator
-
Adds the specified FocusListener
to receive focus events from
this component.
- addGUIInitializedListener(GUIInitializedListener) - Static method in class com.sun.java.accessibility.util.EventQueueMonitor
-
Adds the specified listener to be notified when the GUI subsystem
is initialized.
- addInternal(EventListener, EventListener) - Static method in class com.sun.java.accessibility.util.GUIInitializedMulticaster
-
- addInternal(EventListener, EventListener) - Static method in class com.sun.java.accessibility.util.TopLevelWindowMulticaster
-
- addInternalFrameListener(InternalFrameListener) - Static method in class com.sun.java.accessibility.util.SwingEventMonitor
-
Adds the specified listener to receive all
INTERNALFRAME
events on each component instance in the Java Virtual Machine as they occur.
- addItemListener(ItemListener) - Static method in class com.sun.java.accessibility.util.AWTEventMonitor
-
Adds the specified listener to receive all
ITEM
events
on each component instance in the Java Virtual Machine when they occur.
- addKeyListener(KeyListener) - Static method in class com.sun.java.accessibility.util.AWTEventMonitor
-
Adds the specified listener to receive all
KEY
events on each
component instance in the Java Virtual Machine when they occur.
- addListDataListener(ListDataListener) - Static method in class com.sun.java.accessibility.util.SwingEventMonitor
-
Adds the specified listener to receive all
LISTDATA
events on each component instance in the Java Virtual Machine as they occur.
- addListSelectionListener(ListSelectionListener) - Static method in class com.sun.java.accessibility.util.SwingEventMonitor
-
Adds the specified listener to receive all
LISTSELECTION
events on each component instance in the Java Virtual Machine as they occur.
- addMenuListener(MenuListener) - Static method in class com.sun.java.accessibility.util.SwingEventMonitor
-
Adds the specified listener to receive all
MENU
events
on each component instance in the Java Virtual Machine as they occur.
- addMouseListener(MouseListener) - Static method in class com.sun.java.accessibility.util.AWTEventMonitor
-
Adds the specified listener to receive all
MOUSE
events
on each component instance in the Java Virtual Machine when they occur.
- addMouseMotionListener(MouseMotionListener) - Static method in class com.sun.java.accessibility.util.AWTEventMonitor
-
Adds the specified listener to receive all mouse
MOTION
events on each component instance in the Java Virtual Machine when they occur.
- addPopupMenuListener(PopupMenuListener) - Static method in class com.sun.java.accessibility.util.SwingEventMonitor
-
Adds the specified listener to receive all
POPUPMENU
events on each component instance in the Java Virtual Machine as they occur.
- addPropertyChangeListener(PropertyChangeListener) - Static method in class com.sun.java.accessibility.util.AccessibilityEventMonitor
-
Adds the specified listener to receive all PropertyChange events on
each UI object instance in the Java Virtual Machine as they occur.
- addPropertyChangeListener(PropertyChangeListener) - Static method in class com.sun.java.accessibility.util.SwingEventMonitor
-
Adds the specified listener to receive all
PROPERTYCHANGE
events on each component instance in the Java Virtual Machine as they occur.
- addPropertyChangeListener(PropertyChangeListener) - Method in class com.sun.java.accessibility.util.Translator
-
Add a PropertyChangeListener
to the listener list.
- addTableModelListener(TableModelListener) - Static method in class com.sun.java.accessibility.util.SwingEventMonitor
-
Adds the specified listener to receive all
TABLEMODEL
events on each component instance in the Java Virtual Machine as they occur.
- addTextListener(TextListener) - Static method in class com.sun.java.accessibility.util.AWTEventMonitor
-
Adds the specified listener to receive all
TEXT
events
on each component instance in the Java Virtual Machine when they occur.
- addTopLevelWindowListener(TopLevelWindowListener) - Static method in class com.sun.java.accessibility.util.EventQueueMonitor
-
Adds the specified listener to be notified when a top level window
is created or destroyed.
- addTreeExpansionListener(TreeExpansionListener) - Static method in class com.sun.java.accessibility.util.SwingEventMonitor
-
Adds the specified listener to receive all
TREEEXPANSION
events on each component instance in the Java Virtual Machine as they occur.
- addTreeModelListener(TreeModelListener) - Static method in class com.sun.java.accessibility.util.SwingEventMonitor
-
Adds the specified listener to receive all
TREEMODEL
events on each component instance in the Java Virtual Machine as they occur.
- addTreeSelectionListener(TreeSelectionListener) - Static method in class com.sun.java.accessibility.util.SwingEventMonitor
-
Adds the specified listener to receive all
TREESELECTION
events on each component instance in the Java Virtual Machine as they occur.
- addUndoableEditListener(UndoableEditListener) - Static method in class com.sun.java.accessibility.util.SwingEventMonitor
-
Adds the specified listener to receive all
UNDOABLEEDIT
events on each component instance in the Java Virtual Machine as they occur.
- addVetoableChangeListener(VetoableChangeListener) - Static method in class com.sun.java.accessibility.util.SwingEventMonitor
-
Adds the specified listener to receive all
VETOABLECHANGE
events on each component instance in the Java Virtual Machine as they occur.
- addWindowListener(WindowListener) - Static method in class com.sun.java.accessibility.util.AWTEventMonitor
-
Adds the specified listener to receive all
WINDOW
events on each component instance in the Java Virtual Machine when they occur.
- ADJUSTMENT - Static variable in class com.sun.java.accessibility.util.EventID
-
Maps to AWT Adjustment support (i.e., AdjustmentListener
and AdjustmentEvent)
- adjustmentListener - Static variable in class com.sun.java.accessibility.util.AWTEventMonitor
-
- ANCESTOR - Static variable in class com.sun.java.accessibility.util.EventID
-
Maps to Swing Ancestor support (i.e., AncestorListener and
AncestorEvent)
- AWTEventMonitor - Class in com.sun.java.accessibility.util
-
The AWTEventMonitor
implements a suite of listeners that are
conditionally installed on every AWT component instance in the Java
Virtual Machine.
- AWTEventMonitor() - Constructor for class com.sun.java.accessibility.util.AWTEventMonitor
-
- awtListener - Static variable in class com.sun.java.accessibility.util.AWTEventMonitor
-
- CARET - Static variable in class com.sun.java.accessibility.util.EventID
-
Maps to Swing Text Caret support (i.e., CaretListener and
CaretEvent)
- CELLEDITOR - Static variable in class com.sun.java.accessibility.util.EventID
-
Maps to Swing CellEditor support (i.e., CellEditorListener and
CellEditorEvent)
- CHANGE - Static variable in class com.sun.java.accessibility.util.EventID
-
Maps to Swing Change support (i.e., ChangeListener and
ChangeEvent)
- COLUMNMODEL - Static variable in class com.sun.java.accessibility.util.EventID
-
Maps to Swing TableColumnModel support (i.e.,
TableColumnModelListener and TableColumnModelEvent)
- com.sun.java.accessibility.util - package com.sun.java.accessibility.util
-
Provides a collection of interfaces and classes that compose the Java Accessibility
Utilities.
- COMPONENT - Static variable in class com.sun.java.accessibility.util.EventID
-
Maps to AWT Component support (i.e., ComponentListener
and ComponentEvent)
- componentListener - Static variable in class com.sun.java.accessibility.util.AWTEventMonitor
-
- componentWithFocus - Static variable in class com.sun.java.accessibility.util.AWTEventMonitor
-
- CONTAINER - Static variable in class com.sun.java.accessibility.util.EventID
-
Maps to AWT Container support (i.e., ContainerListener
and ContainerEvent)
- containerListener - Static variable in class com.sun.java.accessibility.util.AWTEventMonitor
-
- contains(Point) - Method in class com.sun.java.accessibility.util.Translator
-
Checks whether the specified Point
is within this
object's bounds, where the Point
is relative to the coordinate
system of the object.
- getAccessible(Object) - Static method in class com.sun.java.accessibility.util.Translator
-
Obtain an object that implements interface Accessible
.
- getAccessibleAt(Point) - Static method in class com.sun.java.accessibility.util.EventQueueMonitor
-
Obtain the
Accessible
object at the given point on the Screen.
- getAccessibleAt(Point) - Method in class com.sun.java.accessibility.util.Translator
-
Returns the accessible child contained at the local coordinate
Point, if one exists.
- getAccessibleChild(int) - Method in class com.sun.java.accessibility.util.Translator
-
Return the nth accessible child of the object.
- getAccessibleChildrenCount() - Method in class com.sun.java.accessibility.util.Translator
-
Returns the number of accessible children in the object.
- getAccessibleContext() - Method in class com.sun.java.accessibility.util.Translator
-
Returns this object.
- getAccessibleDescription() - Method in class com.sun.java.accessibility.util.Translator
-
Get the accessible description of this object.
- getAccessibleIndexInParent() - Method in class com.sun.java.accessibility.util.Translator
-
Get the index of this object in its accessible parent.
- getAccessibleName() - Method in class com.sun.java.accessibility.util.Translator
-
Get the accessible name of this object.
- getAccessibleParent() - Method in class com.sun.java.accessibility.util.Translator
-
Get the accessible parent of this object.
- getAccessibleRole() - Method in class com.sun.java.accessibility.util.Translator
-
Get the role of this object.
- getAccessibleStateSet() - Method in class com.sun.java.accessibility.util.Translator
-
Get the state of this object, given an already populated state.
- getBackground() - Method in class com.sun.java.accessibility.util.Translator
-
Get the background Color
of this object.
- getBounds() - Method in class com.sun.java.accessibility.util.Translator
-
Returns the current bounds of this object.
- getComponentWithFocus() - Static method in class com.sun.java.accessibility.util.AWTEventMonitor
-
Returns the component that currently has keyboard focus.
- getCurrentMousePosition() - Static method in class com.sun.java.accessibility.util.EventQueueMonitor
-
Return the last recorded position of the mouse in screen coordinates.
- getCursor() - Method in class com.sun.java.accessibility.util.Translator
-
Get the Cursor
of this object.
- getFont() - Method in class com.sun.java.accessibility.util.Translator
-
Get the Font
of this object.
- getFontMetrics(Font) - Method in class com.sun.java.accessibility.util.Translator
-
Get the FontMetrics
of this object.
- getForeground() - Method in class com.sun.java.accessibility.util.Translator
-
Get the foreground Color
of this object.
- getListenerCount() - Method in class com.sun.java.accessibility.util.AccessibilityListenerList
-
Returns the total number of listeners for this listener list.
- getListenerCount(Class) - Method in class com.sun.java.accessibility.util.AccessibilityListenerList
-
Return the total number of listeners of the supplied type
for this listener list.
- getListenerList() - Method in class com.sun.java.accessibility.util.AccessibilityListenerList
-
Passes back the event listener list as an array of listener type, listener pairs.
- getLocale() - Method in class com.sun.java.accessibility.util.Translator
-
Gets the Locale
of the component.
- getLocation() - Method in class com.sun.java.accessibility.util.Translator
-
Returns the location of the object relative to parent.
- getLocationOnScreen() - Method in class com.sun.java.accessibility.util.Translator
-
Returns the location of the object on the screen.
- getSize() - Method in class com.sun.java.accessibility.util.Translator
-
Returns the current size of this object.
- getSource() - Method in class com.sun.java.accessibility.util.Translator
-
Get the source Object
of the Translator
.
- getTopLevelWindows() - Static method in class com.sun.java.accessibility.util.EventQueueMonitor
-
Return the list of top level Windows in use in the Java Virtual Machine.
- getTopLevelWindowWithFocus() - Static method in class com.sun.java.accessibility.util.EventQueueMonitor
-
Return the top level Window
that currently has keyboard focus.
- getTranslatorClass(Class) - Static method in class com.sun.java.accessibility.util.Translator
-
Find a translator for this class.
- guiInitialized() - Method in interface com.sun.java.accessibility.util.GUIInitializedListener
-
Invoked when the GUI subsystem is initialized and it's OK for
the assisitive technology to create instances of GUI objects.
- guiInitialized() - Method in class com.sun.java.accessibility.util.GUIInitializedMulticaster
-
- GUIInitializedListener - Interface in com.sun.java.accessibility.util
-
The
GUIInitializedListener
interface is used by the
EventQueueMonitor
class to notify an interested party when the GUI subsystem has been
initialized.
- GUIInitializedMulticaster - Class in com.sun.java.accessibility.util
-
The GUIInitializedMulticaster class is used to maintain a list of
GUIInitializedListener classes.
- GUIInitializedMulticaster(EventListener, EventListener) - Constructor for class com.sun.java.accessibility.util.GUIInitializedMulticaster
-
- setAccessibleDescription(String) - Method in class com.sun.java.accessibility.util.Translator
-
Set the accessible description of this object.
- setAccessibleName(String) - Method in class com.sun.java.accessibility.util.Translator
-
Set the name of this object.
- setBackground(Color) - Method in class com.sun.java.accessibility.util.Translator
-
Set the background Color
of this object.
- setBounds(Rectangle) - Method in class com.sun.java.accessibility.util.Translator
-
Sets the current bounds of this object.
- setCursor(Cursor) - Method in class com.sun.java.accessibility.util.Translator
-
Set the Cursor
of this object.
- setEnabled(boolean) - Method in class com.sun.java.accessibility.util.Translator
-
Set the enabled state of the object.
- setFont(Font) - Method in class com.sun.java.accessibility.util.Translator
-
Set the Font
of this object.
- setForeground(Color) - Method in class com.sun.java.accessibility.util.Translator
-
Set the foreground Color
of this object.
- setLocation(Point) - Method in class com.sun.java.accessibility.util.Translator
-
Sets the location of the object relative to parent.
- setSize(Dimension) - Method in class com.sun.java.accessibility.util.Translator
-
Sets the current size of this object.
- setSource(Object) - Method in class com.sun.java.accessibility.util.Translator
-
Set the source object of the Translator
.
- setVisible(boolean) - Method in class com.sun.java.accessibility.util.Translator
-
Set the visible state of the object.
- source - Variable in class com.sun.java.accessibility.util.Translator
-
The source object needing translating.
- SwingEventMonitor - Class in com.sun.java.accessibility.util
-
SwingEventMonitor
extends
AWTEventMonitor
by adding a suite of
listeners conditionally installed on every Swing component instance
in the Java Virtual Machine.
- SwingEventMonitor() - Constructor for class com.sun.java.accessibility.util.SwingEventMonitor
-
- swingListener - Static variable in class com.sun.java.accessibility.util.SwingEventMonitor
-
The actual listener that is installed on the component instances.