jdk/src/macosx/classes/com/apple/laf/AquaTreeUI.java
changeset 21278 ef8a3a2a72f2
parent 12047 320a714614e9
child 23010 6dadb192ad81
equal deleted inserted replaced
21277:bd380b80f9ea 21278:ef8a3a2a72f2
   177             }
   177             }
   178         }
   178         }
   179     }
   179     }
   180 
   180 
   181     /**
   181     /**
   182      * Paints the expand (toggle) part of a row. The reciever should NOT modify <code>clipBounds</code>, or
   182      * Paints the expand (toggle) part of a row. The receiver should NOT modify <code>clipBounds</code>, or
   183      * <code>insets</code>.
   183      * <code>insets</code>.
   184      */
   184      */
   185     protected void paintExpandControl(final Graphics g, final Rectangle clipBounds, final Insets insets, final Rectangle bounds, final TreePath path, final int row, final boolean isExpanded, final boolean hasBeenExpanded, final boolean isLeaf) {
   185     protected void paintExpandControl(final Graphics g, final Rectangle clipBounds, final Insets insets, final Rectangle bounds, final TreePath path, final int row, final boolean isExpanded, final boolean hasBeenExpanded, final boolean isLeaf) {
   186         final Object value = path.getLastPathComponent();
   186         final Object value = path.getLastPathComponent();
   187 
   187