Uses of Interface
org.eclipse.swt.accessibility.AccessibleTextListener
-
Packages that use AccessibleTextListener Package Description org.eclipse.swt.accessibility SWT Accessibility. -
-
Uses of AccessibleTextListener in org.eclipse.swt.accessibility
Subinterfaces of AccessibleTextListener in org.eclipse.swt.accessibility Modifier and Type Interface Description interfaceAccessibleTextExtendedListenerClasses which implement this interface provide methods that handle AccessibleTextExtended events.Classes in org.eclipse.swt.accessibility that implement AccessibleTextListener Modifier and Type Class Description classAccessibleTextAdapterThis adapter class provides default implementations for the methods described by theAccessibleTextListenerinterface.classAccessibleTextExtendedAdapterThis adapter class provides default implementations for the methods in theAccessibleTextExtendedListenerinterface.Methods in org.eclipse.swt.accessibility with parameters of type AccessibleTextListener Modifier and Type Method Description voidAccessible. 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.
-