Uses of Interface
org.eclipse.swt.accessibility.AccessibleListener
Packages that use AccessibleListener
-
Uses of AccessibleListener in org.eclipse.swt.accessibility
Methods in org.eclipse.swt.accessibility with parameters of type AccessibleListenerModifier and TypeMethodDescriptionvoid
Accessible.addAccessibleListener
(AccessibleListener listener) Adds the listener to the collection of listeners who will be notified when an accessible client asks for certain strings, such as name, description, help, or keyboard shortcut.void
Accessible.removeAccessibleListener
(AccessibleListener listener) Removes the listener from the collection of listeners who will be notified when an accessible client asks for certain strings, such as name, description, help, or keyboard shortcut.