< prev index next >
src/java.desktop/macosx/classes/com/apple/laf/AquaTreeUI.java
Print this page
@@ -177,12 +177,12 @@
}
}
}
/**
- * Paints the expand (toggle) part of a row. The receiver should NOT modify <code>clipBounds</code>, or
- * <code>insets</code>.
+ * Paints the expand (toggle) part of a row. The receiver should NOT modify {@code clipBounds}, or
+ * {@code insets}.
*/
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) {
final Object value = path.getLastPathComponent();
// Draw icons if not a leaf and either hasn't been loaded,
< prev index next >