Package | Description |
---|---|
org.eclipse.swt.accessibility |
SWT Accessibility.
|
Modifier and Type | Method and Description |
---|---|
void |
AccessibleAdapter.getDescription(AccessibleEvent e)
Sent when an accessibility client requests a description
of the control, or a description of a child of the control.
|
void |
AccessibleListener.getDescription(AccessibleEvent e)
Sent when an accessibility client requests a description
of the control, or a description of a child of the control.
|
void |
AccessibleAdapter.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.
|
void |
AccessibleListener.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.
|
void |
AccessibleAdapter.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.
|
void |
AccessibleListener.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.
|
void |
AccessibleAdapter.getName(AccessibleEvent e)
Sent when an accessibility client requests the name
of the control, or the name of a child of the control.
|
void |
AccessibleListener.getName(AccessibleEvent e)
Sent when an accessibility client requests the name
of the control, or the name of a child of the control.
|
Modifier and Type | Method and Description |
---|---|
static AccessibleListener |
AccessibleListener.getDescriptionAdapter(Consumer<AccessibleEvent> c)
Static helper method to create a
AccessibleListener for the
AccessibleListener.getDescription(AccessibleEvent e) ) method with a lambda expression. |
static AccessibleListener |
AccessibleListener.getHelpAdapter(Consumer<AccessibleEvent> c)
Static helper method to create a
AccessibleListener for the
AccessibleListener.getHelp(AccessibleEvent e) ) method with a lambda expression. |
static AccessibleListener |
AccessibleListener.getKeyboardShortcutAdapter(Consumer<AccessibleEvent> c)
Static helper method to create a
AccessibleListener for the
AccessibleListener.getKeyboardShortcut(AccessibleEvent e) ) method with a lambda expression. |
static AccessibleListener |
AccessibleListener.getNameAdapter(Consumer<AccessibleEvent> c)
Static helper method to create a
AccessibleListener for the
AccessibleListener.getName(AccessibleEvent e) ) method with a lambda expression. |
Copyright (c) 2000, 2017 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.