Uses of Class
org.eclipse.swt.accessibility.Accessible
Package
Description
SWT Accessibility.
SWT widget public API classes.
Classes for standard dialogs, wizards, and preference
pages in the Eclipse Platform User Interface.
-
Uses of Accessible in org.eclipse.swt.accessibility
Modifier and TypeFieldDescriptionAccessibleControlEvent.accessible
AccessibleHyperlinkEvent.accessible
AccessibleTableCellEvent.accessible
AccessibleTableEvent.accessible
AccessibleTextEvent.accessible
AccessibleTableCellEvent.accessibles
AccessibleTableEvent.accessibles
Modifier and TypeMethodDescriptionstatic Accessible
Accessible.internal_new_Accessible
(Control control) Invokes platform specific functionality to allocate a new accessible object.Modifier and TypeMethodDescriptionvoid
Accessible.addRelation
(int type, Accessible target) Adds a relation with the specified type and target to the receiver's set of relations.void
Accessible.removeRelation
(int type, Accessible target) Removes the relation with the specified type and target from the receiver's set of relations.ModifierConstructorDescriptionAccessible
(Accessible parent) Constructs a new instance of this class given its parent. -
Uses of Accessible in org.eclipse.swt.widgets
Modifier and TypeMethodDescriptionControl.getAccessible()
Returns the accessible object for the receiver. -
Uses of Accessible in org.eclipse.ui.dialogs
Modifier and TypeMethodDescriptionFilteredList.getAccessible()
Returns the accessible object for the receiver.