Package | Description |
---|---|
org.eclipse.swt.accessibility |
SWT Accessibility.
|
org.eclipse.swt.widgets |
SWT widget public API classes.
|
org.eclipse.ui.dialogs |
Classes for standard dialogs, wizards, and preference
pages in the Eclipse Platform User Interface.
|
Modifier and Type | Field and Description |
---|---|
Accessible |
AccessibleHyperlinkEvent.accessible |
Accessible |
AccessibleTextEvent.accessible |
Accessible |
AccessibleControlEvent.accessible |
Accessible |
AccessibleTableCellEvent.accessible |
Accessible |
AccessibleTableEvent.accessible |
Accessible[] |
AccessibleTableCellEvent.accessibles |
Accessible[] |
AccessibleTableEvent.accessibles |
Modifier and Type | Method and Description |
---|---|
static Accessible |
Accessible.internal_new_Accessible(Control control)
Invokes platform specific functionality to allocate a new accessible object.
|
Modifier and Type | Method and Description |
---|---|
void |
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.
|
Constructor and Description |
---|
Accessible(Accessible parent)
Constructs a new instance of this class given its parent.
|
Modifier and Type | Method and Description |
---|---|
Accessible |
Control.getAccessible()
Returns the accessible object for the receiver.
|
Modifier and Type | Method and Description |
---|---|
Accessible |
FilteredList.getAccessible()
Returns the accessible object for the receiver.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.