Uses of Class
org.eclipse.swt.accessibility.AccessibleEvent
-
Packages that use AccessibleEvent Package Description org.eclipse.swt.accessibility SWT Accessibility. -
-
Uses of AccessibleEvent in org.eclipse.swt.accessibility
Methods in org.eclipse.swt.accessibility with parameters of type AccessibleEvent Modifier and Type Method Description voidAccessibleAdapter. getDescription(AccessibleEvent e)Sent when an accessibility client requests a description of the control, or a description of a child of the control.voidAccessibleListener. getDescription(AccessibleEvent e)Sent when an accessibility client requests a description of the control, or a description of a child of the control.voidAccessibleAdapter. getHelp(AccessibleEvent e)Sent when an accessibility client requests the help string of the control, or the help string of a child of the control.voidAccessibleListener. getHelp(AccessibleEvent e)Sent when an accessibility client requests the help string of the control, or the help string of a child of the control.voidAccessibleAdapter. getKeyboardShortcut(AccessibleEvent e)Sent when an accessibility client requests the keyboard shortcut of the control, or the keyboard shortcut of a child of the control.voidAccessibleListener. getKeyboardShortcut(AccessibleEvent e)Sent when an accessibility client requests the keyboard shortcut of the control, or the keyboard shortcut of a child of the control.voidAccessibleAdapter. getName(AccessibleEvent e)Sent when an accessibility client requests the name of the control, or the name of a child of the control.voidAccessibleListener. getName(AccessibleEvent e)Sent when an accessibility client requests the name of the control, or the name of a child of the control.Method parameters in org.eclipse.swt.accessibility with type arguments of type AccessibleEvent Modifier and Type Method Description static AccessibleListenerAccessibleListener. getDescriptionAdapter(Consumer<AccessibleEvent> c)Static helper method to create aAccessibleListenerfor theAccessibleListener.getDescription(AccessibleEvent e)) method with a lambda expression.static AccessibleListenerAccessibleListener. getHelpAdapter(Consumer<AccessibleEvent> c)Static helper method to create aAccessibleListenerfor theAccessibleListener.getHelp(AccessibleEvent e)) method with a lambda expression.static AccessibleListenerAccessibleListener. getKeyboardShortcutAdapter(Consumer<AccessibleEvent> c)Static helper method to create aAccessibleListenerfor theAccessibleListener.getKeyboardShortcut(AccessibleEvent e)) method with a lambda expression.static AccessibleListenerAccessibleListener. getNameAdapter(Consumer<AccessibleEvent> c)Static helper method to create aAccessibleListenerfor theAccessibleListener.getName(AccessibleEvent e)) method with a lambda expression.
-