jdk/src/java.desktop/share/classes/javax/swing/tree/AbstractLayoutCache.java
changeset 32865 f9cb6e427f9e
parent 25859 3317bb8137f4
child 33253 78e735319356
equal deleted inserted replaced
32864:2a338536e642 32865:f9cb6e427f9e
   511 
   511 
   512     /**
   512     /**
   513      * Used by <code>AbstractLayoutCache</code> to determine the size
   513      * Used by <code>AbstractLayoutCache</code> to determine the size
   514      * and x origin of a particular node.
   514      * and x origin of a particular node.
   515      */
   515      */
   516     static public abstract class NodeDimensions {
   516     public abstract static class NodeDimensions {
   517         /**
   517         /**
   518          * Returns, by reference in bounds, the size and x origin to
   518          * Returns, by reference in bounds, the size and x origin to
   519          * place value at. The calling method is responsible for determining
   519          * place value at. The calling method is responsible for determining
   520          * the Y location. If bounds is <code>null</code>, a newly created
   520          * the Y location. If bounds is <code>null</code>, a newly created
   521          * <code>Rectangle</code> should be returned,
   521          * <code>Rectangle</code> should be returned,