Searched refs:resetChildrenPaths (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/tree/
H A DFixedHeightLayoutCache.java805 resetChildrenPaths(parent.getTreePath());
807 resetChildrenPaths(null);
940 protected void resetChildrenPaths(TreePath parentPath) { method in class:FixedHeightLayoutCache.FHTreeStateNode
949 resetChildrenPaths(path);
H A DVariableHeightLayoutCache.java1090 resetChildrenPaths(parent.getTreePath());
1092 resetChildrenPaths(null);
1319 protected void resetChildrenPaths(TreePath parentPath) { method in class:VariableHeightLayoutCache.TreeStateNode
1327 ((TreeStateNode)getChildAt(counter)).resetChildrenPaths(path);

Completed in 37 milliseconds