src/java.desktop/share/classes/javax/swing/tree/AbstractLayoutCache.java

Print this page

        

*** 511,521 **** /** * Used by <code>AbstractLayoutCache</code> to determine the size * and x origin of a particular node. */ ! static public abstract class NodeDimensions { /** * Returns, by reference in bounds, the size and x origin to * place value at. The calling method is responsible for determining * the Y location. If bounds is <code>null</code>, a newly created * <code>Rectangle</code> should be returned, --- 511,521 ---- /** * Used by <code>AbstractLayoutCache</code> to determine the size * and x origin of a particular node. */ ! public abstract static class NodeDimensions { /** * Returns, by reference in bounds, the size and x origin to * place value at. The calling method is responsible for determining * the Y location. If bounds is <code>null</code>, a newly created * <code>Rectangle</code> should be returned,