A C D E F G I K L M P R S T U V W

A

AccessibilityEventMonitor - class com.sun.java.accessibility.util.AccessibilityEventMonitor.
The AccessibilityEventMonitor implements a PropertyChange listener on every UI object that implements interface Accessibility 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 com.sun.java.accessibility.util.AccessibilityListenerList.
The AccessibilityListenerList is a pretty blatant 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
The current list of registered ActionListener classes.
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 TableColumnModel 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) - Method in class com.sun.java.accessibility.util.Translator
Adds the specified focus listener to receive focus events from this component.
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.
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.TopLevelWindowMulticaster
 
addInternal(EventListener, EventListener) - Static method in class com.sun.java.accessibility.util.GUIInitializedMulticaster
 
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 MouseMotion 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) - Method in class com.sun.java.accessibility.util.Translator
Add a PropertyChangeListener to the listener list.
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) - 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.
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
The current list of registered AdjustmentListener classes.
ANCESTOR - Static variable in class com.sun.java.accessibility.util.EventID
Maps to Swing Ancestor support (i.e., AncestorListener and AncestorEvent)
AWTEventMonitor - class com.sun.java.accessibility.util.AWTEventMonitor.
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
The actual listener that is installed on the component instances.

C

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
 
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
The current list of registered ComponentListener classes.
componentWithFocus - Static variable in class com.sun.java.accessibility.util.AWTEventMonitor
The current component with keyboard focus.
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
The current list of registered ContainerListener classes.
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.

D

DOCUMENT - Static variable in class com.sun.java.accessibility.util.EventID
Maps to Swing Document support (i.e., DocumentListener and DocumentEvent)

E

equals(Object) - Method in class com.sun.java.accessibility.util.Translator
Returns true if this object is the same as the one passed in.
eventDispatched(AWTEvent) - Method in class com.sun.java.accessibility.util.EventQueueMonitor
Handle eventPosted events as a result of registering a listener on the EventQueue in initialize().
EventID - class com.sun.java.accessibility.util.EventID.
EventID contains integer constants that map to event support in AWT and Swing.
EventID() - Constructor for class com.sun.java.accessibility.util.EventID
 
EventQueueMonitor - class com.sun.java.accessibility.util.EventQueueMonitor.
The EventQueueMonitor is an EventQueue subclass that provides key core functionality for Assistive Technologies (and other system-level technologies that need some of the same things that Assistive Technology needs).
EventQueueMonitor() - Constructor for class com.sun.java.accessibility.util.EventQueueMonitor
Create a new EventQueueMonitor instance.

F

FOCUS - Static variable in class com.sun.java.accessibility.util.EventID
Maps to AWT Focus support (i.e., FocusListener and FocusEvent)
focusListener - Static variable in class com.sun.java.accessibility.util.AWTEventMonitor
The current list of registered FocusListener classes.

G

getAccessible(Object) - Static method in class com.sun.java.accessibility.util.Translator
Obtain an object that implements interface Accessible.
getAccessibleAt(Point) - Method in class com.sun.java.accessibility.util.Translator
Returns the Accessible child contained at the local coordinate Point, if one exists.
getAccessibleAt(Point) - Static method in class com.sun.java.accessibility.util.EventQueueMonitor
Obtain the Accessible object at the given point on the Screen.
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
 
getListenerCount(Class) - Method in class com.sun.java.accessibility.util.AccessibilityListenerList
Return the total number of listeners of the supplied type for this listenerlist.
getListenerList() - Method in class com.sun.java.accessibility.util.AccessibilityListenerList
 
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 class com.sun.java.accessibility.util.GUIInitializedMulticaster
 
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.
GUIInitializedListener - interface com.sun.java.accessibility.util.GUIInitializedListener.
The GUIInitializedListener interface is used by the EventQueueMonitor class to notify an interested party when the GUI subsystem has been initialized.
GUIInitializedMulticaster - class com.sun.java.accessibility.util.GUIInitializedMulticaster.
The GUIInitializedMulticaster class is used to maintain a list of GUIInitializedListener classes.
GUIInitializedMulticaster(EventListener, EventListener) - Constructor for class com.sun.java.accessibility.util.GUIInitializedMulticaster
 

I

INTERNALFRAME - Static variable in class com.sun.java.accessibility.util.EventID
Maps to Swing InternalFrame support (i.e., InternalFrameListener)
isEnabled() - Method in class com.sun.java.accessibility.util.Translator
Determine if the object is enabled.
isFocusTraversable() - Method in class com.sun.java.accessibility.util.Translator
Returns whether this object can accept focus or not.
isGUIInitialized() - Static method in class com.sun.java.accessibility.util.EventQueueMonitor
Says whether the GUI subsystem has been initialized or not.
isShowing() - Method in class com.sun.java.accessibility.util.Translator
Determine if the object is showing.
isVisible() - Method in class com.sun.java.accessibility.util.Translator
Determine if the object is visible.
ITEM - Static variable in class com.sun.java.accessibility.util.EventID
Maps to AWT Item support (i.e., ItemListener and ItemEvent)
itemListener - Static variable in class com.sun.java.accessibility.util.AWTEventMonitor
The current list of registered ItemListener classes.

K

KEY - Static variable in class com.sun.java.accessibility.util.EventID
Maps to AWT Key support (i.e., KeyListener and KeyEvent)
keyListener - Static variable in class com.sun.java.accessibility.util.AWTEventMonitor
The current list of registered KeyListener classes.

L

LISTDATA - Static variable in class com.sun.java.accessibility.util.EventID
Maps to Swing ListData support (i.e., ListDataListener and ListDataEvent)
listenerList - Static variable in class com.sun.java.accessibility.util.SwingEventMonitor
The master list of all listeners registered by other classes.
listenerList - Variable in class com.sun.java.accessibility.util.AccessibilityListenerList
 
listenerList - Static variable in class com.sun.java.accessibility.util.AccessibilityEventMonitor
The current list of registered PropertyChangeListener classes.
LISTSELECTION - Static variable in class com.sun.java.accessibility.util.EventID
Maps to Swing ListSelection support (i.e., ListSelectionListener and ListSelectionEvent)

M

maybeInitialize() - Static method in class com.sun.java.accessibility.util.EventQueueMonitor
Tell the EventQueueMonitor to start listening for events if this is JDK1.2 or higher.
MENU - Static variable in class com.sun.java.accessibility.util.EventID
Maps to Swing Menu support (i.e., MenuListener and MenuEvent)
MOTION - Static variable in class com.sun.java.accessibility.util.EventID
Maps to AWT MouseMotion support (i.e., MouseMotionListener and MouseMotionEvent)
MOUSE - Static variable in class com.sun.java.accessibility.util.EventID
Maps to AWT Mouse support (i.e., MouseListener and MouseEvent)
mouseListener - Static variable in class com.sun.java.accessibility.util.AWTEventMonitor
The current list of registered MouseListener classes.
mouseMotionListener - Static variable in class com.sun.java.accessibility.util.AWTEventMonitor
The current list of registered MouseMotionListener classes.

P

POPUPMENU - Static variable in class com.sun.java.accessibility.util.EventID
Maps to Swing PopupMenu support (i.e., PopupMenuListener and PopupMenuEvent)
PROPERTYCHANGE - Static variable in class com.sun.java.accessibility.util.EventID
Maps to Beans PropertyChange support (i.e., PropertyChangeListener and PropertyChangeEvent)

R

remove(Class, EventListener) - Method in class com.sun.java.accessibility.util.AccessibilityListenerList
Remove the listener as a listener of the specified type.
remove(GUIInitializedListener, GUIInitializedListener) - Static method in class com.sun.java.accessibility.util.GUIInitializedMulticaster
 
remove(TopLevelWindowListener, TopLevelWindowListener) - Static method in class com.sun.java.accessibility.util.TopLevelWindowMulticaster
 
removeActionListener(ActionListener) - Static method in class com.sun.java.accessibility.util.AWTEventMonitor
Removes the specified listener so it no longer receives Action events when they occur.
removeAdjustmentListener(AdjustmentListener) - Static method in class com.sun.java.accessibility.util.AWTEventMonitor
Removes the specified listener so it no longer receives Adjustment events when they occur.
removeAncestorListener(AncestorListener) - Static method in class com.sun.java.accessibility.util.SwingEventMonitor
Removes the specified listener so it no longer receives Ancestor events when they occur.
removeCaretListener(CaretListener) - Static method in class com.sun.java.accessibility.util.SwingEventMonitor
Removes the specified listener so it no longer receives Caret events when they occur.
removeCellEditorListener(CellEditorListener) - Static method in class com.sun.java.accessibility.util.SwingEventMonitor
Removes the specified listener so it no longer receives CellEditor events when they occur.
removeChangeListener(ChangeListener) - Static method in class com.sun.java.accessibility.util.SwingEventMonitor
Removes the specified listener so it no longer receives Change events when they occur.
removeColumnModelListener(TableColumnModelListener) - Static method in class com.sun.java.accessibility.util.SwingEventMonitor
Removes the specified listener so it no longer receives TableColumnModel events when they occur.
removeComponentListener(ComponentListener) - Static method in class com.sun.java.accessibility.util.AWTEventMonitor
Removes the specified listener so it no longer receives Component events when they occur.
removeContainerListener(ContainerListener) - Static method in class com.sun.java.accessibility.util.AWTEventMonitor
Removes the specified listener so it no longer receives Container events when they occur.
removeDocumentListener(DocumentListener) - Static method in class com.sun.java.accessibility.util.SwingEventMonitor
Removes the specified listener so it no longer receives Document events when they occur.
removeFocusListener(FocusListener) - Method in class com.sun.java.accessibility.util.Translator
Removes the specified focus listener so it no longer receives focus events from this component.
removeFocusListener(FocusListener) - Static method in class com.sun.java.accessibility.util.AWTEventMonitor
Removes the specified listener so it no longer receives Focus events when they occur.
removeGUIInitializedListener(GUIInitializedListener) - Static method in class com.sun.java.accessibility.util.EventQueueMonitor
Removed the specified listener to be notified when the GUI subsystem is initialized.
removeInternal(EventListener, EventListener) - Static method in class com.sun.java.accessibility.util.TopLevelWindowMulticaster
 
removeInternal(EventListener, EventListener) - Static method in class com.sun.java.accessibility.util.GUIInitializedMulticaster
 
removeInternalFrameListener(InternalFrameListener) - Static method in class com.sun.java.accessibility.util.SwingEventMonitor
Removes the specified listener so it no longer receives InternalFrame events when they occur.
removeItemListener(ItemListener) - Static method in class com.sun.java.accessibility.util.AWTEventMonitor
Removes the specified listener so it no longer receives Item events when they occur.
removeKeyListener(KeyListener) - Static method in class com.sun.java.accessibility.util.AWTEventMonitor
Removes the specified listener so it no longer receives Key events when they occur.
removeListDataListener(ListDataListener) - Static method in class com.sun.java.accessibility.util.SwingEventMonitor
Removes the specified listener so it no longer receives ListData events when they occur.
removeListSelectionListener(ListSelectionListener) - Static method in class com.sun.java.accessibility.util.SwingEventMonitor
Removes the specified listener so it no longer receives ListSelection events when they occur.
removeMenuListener(MenuListener) - Static method in class com.sun.java.accessibility.util.SwingEventMonitor
Removes the specified listener so it no longer receives Menu events when they occur.
removeMouseListener(MouseListener) - Static method in class com.sun.java.accessibility.util.AWTEventMonitor
Removes the specified listener so it no longer receives Mouse events when they occur.
removeMouseMotionListener(MouseMotionListener) - Static method in class com.sun.java.accessibility.util.AWTEventMonitor
Removes the specified listener so it no longer receives Motion events when they occur.
removePopupMenuListener(PopupMenuListener) - Static method in class com.sun.java.accessibility.util.SwingEventMonitor
Removes the specified listener so it no longer receives PopupMenu events when they occur.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.sun.java.accessibility.util.Translator
Remove the PropertyChangeListener from the listener list.
removePropertyChangeListener(PropertyChangeListener) - Static method in class com.sun.java.accessibility.util.SwingEventMonitor
Removes the specified listener so it no longer receives PropertyChange events when they occur.
removePropertyChangeListener(PropertyChangeListener) - Static method in class com.sun.java.accessibility.util.AccessibilityEventMonitor
Removes the specified listener so it no longer receives PropertyChange events when they occur.
removeTableModelListener(TableModelListener) - Static method in class com.sun.java.accessibility.util.SwingEventMonitor
Removes the specified listener so it no longer receives TableModel events when they occur.
removeTextListener(TextListener) - Static method in class com.sun.java.accessibility.util.AWTEventMonitor
Removes the specified listener so it no longer receives Text events when they occur.
removeTopLevelWindowListener(TopLevelWindowListener) - Static method in class com.sun.java.accessibility.util.EventQueueMonitor
Removed the specified listener to be notified when a top level window is created or destroyed.
removeTreeExpansionListener(TreeExpansionListener) - Static method in class com.sun.java.accessibility.util.SwingEventMonitor
Removes the specified listener so it no longer receives TreeExpansion events when they occur.
removeTreeModelListener(TreeModelListener) - Static method in class com.sun.java.accessibility.util.SwingEventMonitor
Removes the specified listener so it no longer receives TreeModel events when they occur.
removeTreeSelectionListener(TreeSelectionListener) - Static method in class com.sun.java.accessibility.util.SwingEventMonitor
Removes the specified listener so it no longer receives TreeSelection events when they occur.
removeUndoableEditListener(UndoableEditListener) - Static method in class com.sun.java.accessibility.util.SwingEventMonitor
Removes the specified listener so it no longer receives UndoableEdit events when they occur.
removeVetoableChangeListener(VetoableChangeListener) - Static method in class com.sun.java.accessibility.util.SwingEventMonitor
Removes the specified listener so it no longer receives VetoableChange events when they occur.
removeWindowListener(WindowListener) - Static method in class com.sun.java.accessibility.util.AWTEventMonitor
Removes the specified listener so it no longer receives Window events when they occur.
requestFocus() - Method in class com.sun.java.accessibility.util.Translator
Requests focus for this object.

S

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 com.sun.java.accessibility.util.SwingEventMonitor.
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.

T

TABLEMODEL - Static variable in class com.sun.java.accessibility.util.EventID
Maps to Swing TableModel support (i.e., TableModelListener and TableModelEvent)
TEXT - Static variable in class com.sun.java.accessibility.util.EventID
Maps to AWT Text support (i.e., TextListener and TextEvent)
textListener - Static variable in class com.sun.java.accessibility.util.AWTEventMonitor
The current list of registered TextListener classes.
topLevelWindowCreated(Window) - Method in interface com.sun.java.accessibility.util.TopLevelWindowListener
Invoked when a new top level window has been created.
topLevelWindowCreated(Window) - Method in class com.sun.java.accessibility.util.TopLevelWindowMulticaster
 
topLevelWindowDestroyed(Window) - Method in interface com.sun.java.accessibility.util.TopLevelWindowListener
Invoked when a top level window has been destroyed.
topLevelWindowDestroyed(Window) - Method in class com.sun.java.accessibility.util.TopLevelWindowMulticaster
 
TopLevelWindowListener - interface com.sun.java.accessibility.util.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.
TopLevelWindowMulticaster - class com.sun.java.accessibility.util.TopLevelWindowMulticaster.
The TopLevelWindowMulticaster class is used to maintain a list of TopLevelWindowListener classes.
TopLevelWindowMulticaster(EventListener, EventListener) - Constructor for class com.sun.java.accessibility.util.TopLevelWindowMulticaster
 
toString() - Method in class com.sun.java.accessibility.util.AccessibilityListenerList
Return a string representation of the EventListenerList.
Translator - class com.sun.java.accessibility.util.Translator.
The Translator class provides a translation to interface Accessible for objects that do not implement interface Accessible.
Translator() - Constructor for class com.sun.java.accessibility.util.Translator
Create a new Translator.
Translator(Object) - Constructor for class com.sun.java.accessibility.util.Translator
Create a new Translator with the source object o.
TREEEXPANSION - Static variable in class com.sun.java.accessibility.util.EventID
Maps to Swing TreeExpansion support (i.e., TreeExpansionListener and TreeExpansionEvent)
TREEMODEL - Static variable in class com.sun.java.accessibility.util.EventID
Maps to Swing TreeModel support (i.e., TreeModelListener and TreeModelEvent)
TREESELECTION - Static variable in class com.sun.java.accessibility.util.EventID
Maps to Swing TreeSelection support (i.e., TreeSelectionListener and TreeSelectionEvent)

U

UNDOABLEEDIT - Static variable in class com.sun.java.accessibility.util.EventID
Maps to Swing UndoableEdit support (i.e., UndoableEditListener and UndoableEditEvent)

V

VETOABLECHANGE - Static variable in class com.sun.java.accessibility.util.EventID
Maps to Beans VetoableChange support (i.e., VetoableChangeListener and VetoableChangeEvent)

W

WINDOW - Static variable in class com.sun.java.accessibility.util.EventID
Maps to AWT Window support (i.e., WindowListener and WindowEvent)
windowListener - Static variable in class com.sun.java.accessibility.util.AWTEventMonitor
The current list of registered WindowListener classes.

A C D E F G I K L M P R S T U V W