public final class AccessibilityInspector

  1. Object
  2. AccessibilityInspector
Read-only semantic-tree inspection entry point for tests and developer tools.

Methods

public static AccessibilityTreeSnapshot snapshot(Form form)
public static AccessibilityTreeSnapshot snapshot(TopLevelContainer top)The semantic tree of a top level, which may be a com.codename1.ui.Window rather than a Form.
public static AccessibilityTreeSnapshot currentSnapshot()

Inherited methods

Method details

snapshot

public static AccessibilityTreeSnapshot snapshot(Form form)

snapshot

public static AccessibilityTreeSnapshot snapshot(TopLevelContainer top)
The semantic tree of a top level, which may be a com.codename1.ui.Window rather than a Form.

Parameters

top TopLevelContainer
the top level to describe, may be null

Returns

the snapshot, never null

currentSnapshot

public static AccessibilityTreeSnapshot currentSnapshot()