Searched defs:treeState (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicTreeUI.java122 // WARNING: Be careful with the bounds held by treeState. They are
125 protected AbstractLayoutCache treeState; field in class:BasicTreeUI
298 if(treeState != null)
299 treeState.invalidateSizes();
310 if(treeState != null)
311 treeState.invalidateSizes();
350 treeState = createLayoutCache();
362 * Sets the row height, this is forwarded to the treeState.
366 if(treeState != null) {
368 treeState
[all...]

Completed in 99 milliseconds