Package | Description |
---|---|
org.eclipse.swt.accessibility |
SWT Accessibility.
|
Modifier and Type | Class and Description |
---|---|
class |
AccessibleTextAdapter
This adapter class provides default implementations for the
methods described by the
AccessibleTextListener interface. |
Modifier and Type | Method and Description |
---|---|
void |
Accessible.addAccessibleTextListener(AccessibleTextListener listener)
Adds the listener to the collection of listeners who will
be notified when an accessible client asks for custom text control
specific information.
|
void |
Accessible.removeAccessibleTextListener(AccessibleTextListener listener)
Removes the listener from the collection of listeners who will
be notified when an accessible client asks for custom text control
specific information.
|
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.