Uses of Class
org.eclipse.swt.accessibility.Accessible
Packages that use 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
Fields in org.eclipse.swt.accessibility declared as AccessibleModifier and TypeFieldDescriptionAccessibleControlEvent.accessible
AccessibleHyperlinkEvent.accessible
AccessibleTableCellEvent.accessible
AccessibleTableEvent.accessible
AccessibleTextEvent.accessible
AccessibleTableCellEvent.accessibles
AccessibleTableEvent.accessibles
Methods in org.eclipse.swt.accessibility that return AccessibleModifier and TypeMethodDescriptionstatic Accessible
Accessible.internal_new_Accessible
(Control control) Invokes platform specific functionality to allocate a new accessible object.Methods in org.eclipse.swt.accessibility with parameters of type AccessibleModifier 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.Constructors in org.eclipse.swt.accessibility with parameters of type AccessibleModifierConstructorDescriptionAccessible
(Accessible parent) Constructs a new instance of this class given its parent. -
Uses of Accessible in org.eclipse.swt.widgets
Methods in org.eclipse.swt.widgets that return AccessibleModifier and TypeMethodDescriptionControl.getAccessible()
Returns the accessible object for the receiver. -
Uses of Accessible in org.eclipse.ui.dialogs
Methods in org.eclipse.ui.dialogs that return AccessibleModifier and TypeMethodDescriptionFilteredList.getAccessible()
Returns the accessible object for the receiver.