Uses of Interface
org.eclipse.swt.accessibility.AccessibleListener
Packages that use AccessibleListener
-
Uses of AccessibleListener in org.eclipse.swt.accessibility
Classes in org.eclipse.swt.accessibility that implement AccessibleListenerModifier and TypeClassDescriptionclassThis adapter class provides default implementations for the methods described by theAccessibleListenerinterface.Methods in org.eclipse.swt.accessibility that return AccessibleListenerModifier and TypeMethodDescriptionstatic AccessibleListenerAccessibleListener.getDescriptionAdapter(Consumer<AccessibleEvent> c) Static helper method to create aAccessibleListenerfor thegetDescription(AccessibleEvent e)) method with a lambda expression.static AccessibleListenerAccessibleListener.getHelpAdapter(Consumer<AccessibleEvent> c) Static helper method to create aAccessibleListenerfor thegetHelp(AccessibleEvent e)) method with a lambda expression.static AccessibleListenerAccessibleListener.getKeyboardShortcutAdapter(Consumer<AccessibleEvent> c) Static helper method to create aAccessibleListenerfor thegetKeyboardShortcut(AccessibleEvent e)) method with a lambda expression.static AccessibleListenerAccessibleListener.getNameAdapter(Consumer<AccessibleEvent> c) Static helper method to create aAccessibleListenerfor thegetName(AccessibleEvent e)) method with a lambda expression.Methods in org.eclipse.swt.accessibility with parameters of type AccessibleListenerModifier and TypeMethodDescriptionvoidAccessible.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.voidAccessible.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.