Searched defs:updateNextIndex (Results 1 - 2 of 2) sorted by relevance
| /openjdk7/jdk/src/share/classes/javax/swing/tree/ | ||
| H A D | FixedHeightLayoutCache.java | 1534 * 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 D | VariableHeightLayoutCache.java | 1703 * 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