Package | Description |
---|---|
org.eclipse.swt.accessibility | |
org.eclipse.swt.widgets |
Modifier and Type | Field and Description |
---|---|
Accessible |
AccessibleControlEvent.accessible |
Accessible |
AccessibleHyperlinkEvent.accessible |
Accessible |
AccessibleTableCellEvent.accessible |
Accessible |
AccessibleTableEvent.accessible |
Accessible |
AccessibleTextEvent.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.
|
Copyright (c) EclipseSource and others 2002, 2015.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0