Searched refs:aChildIndices (Results 1 – 2 of 2) sorted by relevance
407 protected TreeModelEvent createChangeEvent (AccTreeNode aNode, Vector aChildIndices) in createChangeEvent() argument410 int nCount = aChildIndices.size(); in createChangeEvent()415 int nIndex = ((Integer)aChildIndices.elementAt(i)).intValue(); in createChangeEvent()509 Vector aChildIndices = (aNode).updateChildren ( in updateNode() local513 createChangeEvent (aNode, aChildIndices)); in updateNode()
351 Vector aChildIndices = new Vector(); in updateChildren() local365 aChildIndices.add(new Integer(j+nOffset)); in updateChildren()369 return aChildIndices; in updateChildren()
Completed in 13 milliseconds