Uses of Interface
org.eclipse.swt.accessibility.AccessibleTextListener
Packages that use AccessibleTextListener
- 
Uses of AccessibleTextListener in org.eclipse.swt.accessibilityMethods in org.eclipse.swt.accessibility with parameters of type AccessibleTextListenerModifier and TypeMethodDescriptionvoidAccessible.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.voidAccessible.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.