Class AccessibilityTreeSnapshot
java.lang.Object
com.codename1.ui.accessibility.AccessibilityTreeSnapshot
Immutable accessibility tree for the current form.
-
Method Details
-
getGeneration
public long getGeneration() -
getRootIds
-
getNodes
-
getNode
-
getNodeByIdentifier
Finds a node by its application-supplied stable identifier.
Parameters
identifier: identifier assigned withAccessibilityNode#setIdentifier(String)
Returns
the matching node, or null when no node has that identifier.
-
getNodeAt
Returns the deepest semantic node containing the screen coordinate. -
toJson
-