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

/openjdk7/jdk/src/share/classes/javax/swing/tree/
H A DFixedHeightLayoutCache.java93 rebuild(false);
489 rebuild(true);
599 * Sent to completely rebuild the visible tree. All nodes are collapsed.
601 private void rebuild(boolean clearSelection) { method in class:FixedHeightLayoutCache
H A DVariableHeightLayoutCache.java108 rebuild(false);
643 rebuild(true);
726 * Completely rebuild the tree, all expanded state, and node caches are
729 private void rebuild(boolean clearSelection) { method in class:VariableHeightLayoutCache

Completed in 108 milliseconds