Searched refs:getIconWidth (Results 51 - 75 of 90) sorted by relevance

1234

/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/tree/
H A DDefaultTreeCellEditor.java501 editingIcon.getIconWidth();
685 this, g, width - editingIcon.getIconWidth(),
H A DDefaultTreeCellRenderer.java605 return currentI.getIconWidth() + Math.max(0, getIconTextGap() - 1);
/openjdk9/jdk/test/sanity/client/lib/SwingSet3/src/com/sun/swingset3/demos/combobox/
H A DComboBoxDemo.java417 x = c.getWidth() / 2 - getIconWidth() / 2;
435 public int getIconWidth() { method in class:ComboBoxDemo.Face
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/
H A DJLabel.java397 (defaultIcon.getIconWidth() != oldValue.getIconWidth()) ||
450 disabledIcon.getIconWidth() != oldValue.getIconWidth() ||
H A DAbstractButton.java463 defaultIcon.getIconWidth() != oldValue.getIconWidth() ||
710 disabledSelectedIcon.getIconWidth() != oldValue.getIconWidth() ||
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/plaf/nimbus/
H A DNimbusIcon.java160 public int getIconWidth(SynthContext context) { method in class:NimbusIcon
H A DNimbusLookAndFeel.java364 si.getIconWidth(), si.getIconHeight());
/openjdk9/jdk/src/java.desktop/share/classes/com/sun/java/swing/plaf/windows/
H A DWindowsTableHeaderUI.java243 x + left + (width - left - right - icon.getIconWidth()) / 2,
H A DWindowsTreeUI.java162 public int getIconWidth() { method in class:WindowsTreeUI.ExpandedIcon
H A DWindowsLookAndFeel.java1690 return VistaMenuItemCheckIconFactory.getIconWidth()
2168 public int getIconWidth() { method in class:WindowsLookAndFeel.SkinIcon
2535 && icon.getIconWidth() > 0
2537 BufferedImage img = new BufferedImage(icon.getIconWidth(),
2538 icon.getIconWidth(), BufferedImage.TYPE_INT_ARGB);
H A DWindowsFileChooserUI.java309 BufferedImage image = new BufferedImage(viewMenuIcon.getIconWidth() + 7, viewMenuIcon.getIconHeight(),
1034 public int getIconWidth() { method in class:WindowsFileChooserUI.IndentIcon
1035 return icon.getIconWidth() + depth*space;
/openjdk9/jdk/test/sanity/client/lib/SwingSet3/src/com/sun/swingset3/demos/tabbedpane/
H A DTabbedPaneDemo.java243 (int) (icon.getIconWidth() * scale),
/openjdk9/jdk/src/java.desktop/macosx/classes/com/apple/laf/
H A DAquaMenuPainter.java467 checkIconR.width = checkIcon.getIconWidth();
477 arrowIconR.width = arrowIcon.getIconWidth();
H A DAquaTreeUI.java223 final int x = middleXOfKnob - icon.getIconWidth() / 2;
475 if (getExpandedIcon() != null) bounds.width = getExpandedIcon().getIconWidth();
H A DScreenMenu.java388 if (i.getIconWidth() > 0 && i.getIconHeight() > 0) {
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/plaf/metal/
H A DMetalSliderUI.java514 size.width = getVertThumbIcon().getIconWidth();
518 size.width = getHorizThumbIcon().getIconWidth();
/openjdk9/jdk/src/jdk.jconsole/share/classes/sun/tools/jconsole/
H A DBorderedComponent.java225 int w = getIconWidth();
244 public int getIconWidth() { method in class:BorderedComponent.ArrowIcon
/openjdk9/jdk/src/java.desktop/share/classes/com/sun/java/swing/plaf/motif/
H A DMotifGraphicsUtils.java394 checkIconR.width = checkIcon.getIconWidth();
405 arrowIconR.width = arrowIcon.getIconWidth();
/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/ui/treetable/
H A DJTreeTable.java423 icon.getIconWidth();
/openjdk9/jdk/src/java.desktop/share/classes/sun/swing/
H A DMenuItemLayoutHelper.java254 iconSize.width = icon.getIconWidth();
284 checkSize.width = checkIcon.getIconWidth();
289 arrowSize.width = arrowIcon.getIconWidth();
/openjdk9/jdk/src/java.desktop/macosx/classes/sun/lwawt/macosx/
H A DCTrayIcon.java440 int w = icon.getIconWidth();
/openjdk9/jdk/src/demo/share/jfc/FileChooserDemo/
H A DFileChooserDemo.java757 if (tmpIcon.getIconWidth() > 90) {
780 int x = getWidth() / 2 - thumbnail.getIconWidth() / 2;
/openjdk9/jdk/src/java.desktop/share/classes/sun/swing/plaf/synth/
H A DSynthFileChooserUIImpl.java718 public int getIconWidth() { method in class:SynthFileChooserUIImpl.IndentIcon
719 return ((icon != null) ? icon.getIconWidth() : 0) + depth*space;
/openjdk9/jdk/src/java.desktop/share/classes/com/sun/java/swing/plaf/gtk/
H A DGTKStyle.java1060 public int getIconWidth(SynthContext context) { method in class:GTKStyle.GTKStockIcon
1064 return icon.getIconWidth();
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/plaf/synth/
H A DSynthInternalFrameTitlePane.java353 if ((frameIcon.getIconWidth() > maxWidth ||

Completed in 405 milliseconds

1234