Searched refs:getIconTextGap (Results 1 - 23 of 23) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthLabelUI.java141 viewRect, iconRect, textRect, label.getIconTextGap());
217 label.getIconTextGap(), label.getDisplayedMnemonicIndex(), 0);
243 label.getVerticalTextPosition(), label.getIconTextGap(),
264 label.getVerticalTextPosition(), label.getIconTextGap(),
285 label.getVerticalTextPosition(), label.getIconTextGap(),
H A DSynthButtonUI.java218 viewRect, iconRect, textRect, b.getIconTextGap());
295 b.getIconTextGap(), b.getDisplayedMnemonicIndex(),
465 b.getVerticalTextPosition(), b.getIconTextGap(),
486 b.getVerticalTextPosition(), b.getIconTextGap(),
508 b.getVerticalTextPosition(), b.getIconTextGap(),
H A DSynthMenuItemUI.java104 defaultTextIconGap = mi.getIconTextGap();
H A DSynthTreeUI.java732 Math.max(0, getIconTextGap() - 1);
/openjdk7/jdk/src/share/demo/jfc/SampleTree/
H A DSampleTreeCellRenderer.java157 int offset = (currentI.getIconWidth() + getIconTextGap());
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicRadioButtonUI.java135 b.getText() == null ? 0 : b.getIconTextGap());
244 text == null ? 0 : b.getIconTextGap());
H A DBasicToggleButtonUI.java102 b.getText() == null ? 0 : b.getIconTextGap());
H A DBasicButtonUI.java376 return BasicGraphicsUtils.getPreferredButtonSize(b, b.getIconTextGap());
451 b.getText() == null ? 0 : b.getIconTextGap());
H A DBasicLabelUI.java106 label.getIconTextGap());
H A DBasicMenuItemUI.java137 defaultTextIconGap = menuItem.getIconTextGap();
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaButtonLabeledUI.java134 final String text = SwingUtilities.layoutCompoundLabel(c, fm, b.getText(), altIcon != null ? altIcon : getDefaultIcon(b), b.getVerticalAlignment(), b.getHorizontalAlignment(), b.getVerticalTextPosition(), b.getHorizontalTextPosition(), viewRect, iconRect, textRect, b.getText() == null ? 0 : b.getIconTextGap());
208 SwingUtilities.layoutCompoundLabel(c, fm, text, buttonIcon, b.getVerticalAlignment(), b.getHorizontalAlignment(), b.getVerticalTextPosition(), b.getHorizontalTextPosition(), prefViewRect, prefIconRect, prefTextRect, text == null ? 0 : b.getIconTextGap());
H A DAquaButtonUI.java338 final String text = SwingUtilities.layoutCompoundLabel(b, fm, originalText, b.getIcon(), b.getVerticalAlignment(), b.getHorizontalAlignment(), b.getVerticalTextPosition(), b.getHorizontalTextPosition(), viewRect, iconRect, textRect, originalText == null ? 0 : b.getIconTextGap());
443 final Dimension d = BasicGraphicsUtils.getPreferredButtonSize(b, b.getIconTextGap());
H A DAquaFileChooserUI.java1014 return SwingUtilities.layoutCompoundLabel(label, fontMetrics, text, icon, label.getVerticalAlignment(), label.getHorizontalAlignment(), label.getVerticalTextPosition(), label.getHorizontalTextPosition(), viewR, iconR, textR, label.getIconTextGap());
/openjdk7/jdk/src/share/classes/javax/swing/tree/
H A DDefaultTreeCellEditor.java490 offset = renderer.getIconTextGap() +
493 offset = renderer.getIconTextGap();
H A DDefaultTreeCellRenderer.java556 return currentI.getIconWidth() + Math.max(0, getIconTextGap() - 1);
/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalRadioButtonUI.java150 viewRect, iconRect, textRect, b.getIconTextGap());
/openjdk7/jdk/src/share/classes/sun/swing/
H A DDefaultLayoutStyle.java186 int gap = button.getIconTextGap();
/openjdk7/jdk/src/share/classes/sun/swing/table/
H A DDefaultTableCellHeaderRenderer.java184 getIconTextGap());
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DSheetDialog.java134 getIconTextGap());
H A DConnectDialog.java757 button.getIconTextGap());
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJLabel.java640 public int getIconTextGap() { method in class:JLabel
653 * @see #getIconTextGap
1531 JLabel.this.getIconTextGap());
H A DAbstractButton.java937 public int getIconTextGap() { method in class:AbstractButton
950 * @see #getIconTextGap
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/treetable/
H A DJTreeTable.java422 offset += ((DefaultTreeCellRenderer)tcr).getIconTextGap() +

Completed in 100 milliseconds