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

/openjdk7/jdk/src/share/classes/javax/swing/tree/
H A DFixedHeightLayoutCache.java1534 * Determines the next object by invoking <code>updateNextIndex</code>
1538 if(!updateNextIndex()) {
1562 if(updateNextIndex())
1575 protected boolean updateNextIndex() { method in class:FixedHeightLayoutCache.VisibleFHTreeStateNodeEnumeration
H A DVariableHeightLayoutCache.java1703 * Determines the next object by invoking <code>updateNextIndex</code>
1707 if(!updateNextIndex()) {
1730 if(updateNextIndex())
1743 protected boolean updateNextIndex() { method in class:VariableHeightLayoutCache.VisibleTreeStateNodeEnumeration

Completed in 371 milliseconds