Class AccessibilityInspector
java.lang.Object
com.codename1.ui.accessibility.AccessibilityInspector
Read-only semantic-tree inspection entry point for tests and developer tools.
-
Method Summary
Modifier and TypeMethodDescriptionstatic AccessibilityTreeSnapshotstatic AccessibilityTreeSnapshotstatic AccessibilityTreeSnapshotThe semantic tree of a top level, which may be acom.codename1.ui.Windowrather than aForm.
-
Method Details
-
snapshot
-
snapshot
The semantic tree of a top level, which may be a
com.codename1.ui.Windowrather than aForm.Parameters
top: the top level to describe, may be null
Returns
the snapshot, never null
-
currentSnapshot
-