Lines Matching refs:aParent
79 public AccessibleTreeNode createChild (AccessibleTreeNode aParent, int nIndex) in createChild() argument
83 if (aParent instanceof AccTreeNode) in createChild()
84 xText = ((AccTreeNode)aParent).getText(); in createChild()
93 aChild = new StringNode (xText.getText(), aParent); in createChild()
96 aChild = new StringNode ("# chars: " + xText.getCharacterCount(), aParent); in createChild()
99 aChild = new StringNode (characters( xText ), aParent); in createChild()
106 aParent); in createChild()
109 … aChild = new StringNode ("getCaretPosition: " + xText.getCaretPosition(), aParent); in createChild()
113 VectorNode aVec = new VectorNode("portions", aParent); in createChild()
118 aParent ) ); in createChild()
122 aParent ) ); in createChild()
126 aParent ) ); in createChild()
130 aParent ) ); in createChild()
134 aParent ) ); in createChild()
138 aParent ) ); in createChild()
142 aParent ) ); in createChild()
146 aChild = new StringNode (bounds( xText ), aParent); in createChild()
149 aChild = getAttributes( xText, aParent ); in createChild()
152 aChild = new StringNode ("unknown child index " + nIndex, aParent); in createChild()
181 AccessibleTreeNode aParent) in textAtIndexNode() argument
183 VectorNode aNode = new VectorNode (sName, aParent); in textAtIndexNode()
316 AccessibleTreeNode aParent) in getAttributes() argument
339 VectorNode aPortions = new VectorNode ("getAttributes", aParent); in getAttributes()
374 aRet = new StringNode( "Exception caught:" + e, aParent ); in getAttributes()