|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAccessibleElement2
extended interface for exposing more semantically rich properties and relations that might be provided by some accessibility APIs. The Java Accessibility API is one such API.
In most cases, implementations of this interface will be primarily native and platform-dependent.
AccessibleContext
Method Summary | |
---|---|
IAccessibleEditableTextElement |
getAccessibleEditableText()
get the accessible Editable Text for this object |
IAccessibleImageElement[] |
getAccessibleImage()
get the accessible image elements for this object |
Map |
getAccessibleRelations()
get the relations for this accessible element. |
IAccessibleTableElement |
getAccessibleTable()
get the accessible table element for this object |
IAccessibleTextElement |
getAccessibleText()
get the accessible text element for this object |
Methods inherited from interface org.eclipse.actf.accservice.core.IAccessibleElement |
---|
checkIsValid, element, getAccessibleAction, getAccessibleChildCount, getAccessibleChildren, getAccessibleDescription, getAccessibleIndexInParent, getAccessibleKeyboardShortcut, getAccessibleLocation, getAccessibleName, getAccessibleParent, getAccessibleRole, getAccessibleSelection, getAccessibleState, getAccessibleValue |
Method Detail |
---|
IAccessibleTableElement getAccessibleTable() throws InvalidComponentException
null
if no table is available
InvalidComponentException
IAccessibleTextElement getAccessibleText() throws InvalidComponentException
null
if no text is available
InvalidComponentException
IAccessibleImageElement[] getAccessibleImage() throws InvalidComponentException
InvalidComponentException
Map getAccessibleRelations() throws InvalidComponentException
IAccessibleElement
objects.
Note: All attempts will be made to use keys
that match one of the pre-defined relation constants in AccessibleConstants
. Should the relation type be
unknown or not match one of the pre-defined constants, the original
relationship type from the underlying accessibility model will be returned.
InvalidComponentException
IAccessibleEditableTextElement getAccessibleEditableText() throws InvalidComponentException
null
if no EditableText is available
InvalidComponentException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |