Home
last modified time | relevance | path

Searched refs:aChildIndices (Results 1 – 2 of 2) sorted by relevance

/trunk/main/toolkit/test/accessibility/
H A DAccessibilityTreeModel.java407 protected TreeModelEvent createChangeEvent (AccTreeNode aNode, Vector aChildIndices) in createChangeEvent() argument
410 int nCount = aChildIndices.size(); in createChangeEvent()
415 int nIndex = ((Integer)aChildIndices.elementAt(i)).intValue(); in createChangeEvent()
509 Vector aChildIndices = (aNode).updateChildren ( in updateNode() local
513 createChangeEvent (aNode, aChildIndices)); in updateNode()
H A DAccTreeNode.java351 Vector aChildIndices = new Vector(); in updateChildren() local
365 aChildIndices.add(new Integer(j+nOffset)); in updateChildren()
369 return aChildIndices; in updateChildren()

Completed in 28 milliseconds