Searched defs:layoutCL (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicLabelUI.java85 protected String layoutCL( method in class:BasicLabelUI
147 * The locations of the label parts are computed by {@link #layoutCL}.
151 * @see #layoutCL
201 return layoutCL(label, fm, text, icon, paintViewR, paintIconR,
238 layoutCL(label, fm, text, icon, viewR, iconR, textR);
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaFileChooserUI.java1013 protected String layoutCL(final JLabel label, final FontMetrics fontMetrics, final String text, final Icon icon, final Rectangle viewR, final Rectangle iconR, final Rectangle textR) { method in class:AquaFileChooserUI.MacFCTableCellRenderer
1041 final String clippedText = layoutCL(this, fm, text, icon, paintViewR, paintIconR, paintTextR);

Completed in 38 milliseconds