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

/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/tree/
H A DFixedHeightLayoutCache.java52 public class FixedHeightLayoutCache extends AbstractLayoutCache { class in inherits:AbstractLayoutCache
78 * Constructs a {@code FixedHeightLayoutCache}.
80 public FixedHeightLayoutCache() { method in class:FixedHeightLayoutCache
131 throw new IllegalArgumentException("FixedHeightLayoutCache only supports row heights greater than 0");
146 * Does nothing, FixedHeightLayoutCache doesn't cache width, and that
1452 } // FixedHeightLayoutCache.FHTreeStateNode
1473 } // FixedHeightLayoutCache.SearchInfo
1603 } // FixedHeightLayoutCache.VisibleFHTreeStateNodeEnumeration
/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/plaf/basic/
H A DBasicTreeUI.java139 * return a FixedHeightLayoutCache instance. */
1087 return new FixedHeightLayoutCache();

Completed in 55 milliseconds