Searched refs:AbstractLayoutCache (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/tree/
H A DAbstractLayoutCache.java46 public abstract class AbstractLayoutCache implements RowMapper { class in inherits:RowMapper
506 * Used by <code>AbstractLayoutCache</code> to determine the size
H A DFixedHeightLayoutCache.java51 public class FixedHeightLayoutCache extends AbstractLayoutCache {
H A DVariableHeightLayoutCache.java54 public class VariableHeightLayoutCache extends AbstractLayoutCache {
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicTreeUI.java125 protected AbstractLayoutCache treeState;
137 protected AbstractLayoutCache.NodeDimensions nodeDimensions;
843 protected AbstractLayoutCache.NodeDimensions createNodeDimensions() {
930 protected AbstractLayoutCache createLayoutCache() {
1860 * current AbstractLayoutCache. For RTL orientations, the preferred size
2778 AbstractLayoutCache.NodeDimensions {

Completed in 51 milliseconds