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

/openjdk7/jdk/src/share/classes/javax/swing/tree/
H A DFixedHeightLayoutCache.java643 * for the last component which will only be expanded if expandLast
648 boolean expandLast) {
653 expandLast = true;
661 if(expandLast)
647 ensurePathIsExpanded(TreePath aPath, boolean expandLast) argument
H A DVariableHeightLayoutCache.java965 * for the last component which will only be expanded if expandLast
969 private void ensurePathIsExpanded(TreePath aPath, boolean expandLast) { argument
974 expandLast = true;
982 if(expandLast)

Completed in 99 milliseconds