| Package | Description |
|---|---|
| com.qeagle.devtools.protocol.types.accessibility |
| Modifier and Type | Method and Description |
|---|---|
AXValue |
AXValueSource.getAttributeValue()
The value of the relevant attribute, if any.
|
AXValue |
AXNode.getDescription()
The accessible description for this `Node`.
|
AXValue |
AXNode.getName()
The accessible name for this `Node`.
|
AXValue |
AXValueSource.getNativeSourceValue()
The value, such as a node or node list, of the native source.
|
AXValue |
AXNode.getRole()
This `Node`'s role, whether explicit or implicit.
|
AXValue |
AXNode.getValue()
The value for this `Node`.
|
AXValue |
AXProperty.getValue()
The value of this property.
|
AXValue |
AXValueSource.getValue()
The value of this property source.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AXValueSource.setAttributeValue(AXValue attributeValue)
The value of the relevant attribute, if any.
|
void |
AXNode.setDescription(AXValue description)
The accessible description for this `Node`.
|
void |
AXNode.setName(AXValue name)
The accessible name for this `Node`.
|
void |
AXValueSource.setNativeSourceValue(AXValue nativeSourceValue)
The value, such as a node or node list, of the native source.
|
void |
AXNode.setRole(AXValue role)
This `Node`'s role, whether explicit or implicit.
|
void |
AXNode.setValue(AXValue value)
The value for this `Node`.
|
void |
AXProperty.setValue(AXValue value)
The value of this property.
|
void |
AXValueSource.setValue(AXValue value)
The value of this property source.
|
Copyright © 2020. All rights reserved.