Searched refs:getIcon (Results 1 - 25 of 142) sorted by relevance

123456

/openjdk9/jdk/test/java/beans/Introspector/
H A DTest7195106.java42 if (null == info.getIcon(BeanInfo.ICON_COLOR_16x16)) {
54 if (null == info.getIcon(BeanInfo.ICON_COLOR_16x16)) {
64 public Image getIcon(int type) { method in class:Test7195106.MyBeanInfo
/openjdk9/jdk/src/java.desktop/macosx/classes/com/apple/eawt/
H A DApplicationBeanInfo.java35 public Image getIcon(final int iconKind) { method in class:ApplicationBeanInfo
/openjdk9/jdk/src/java.desktop/share/classes/sun/swing/
H A DMenuItemCheckIconFactory.java36 Icon getIcon(JMenuItem component); method in interface:MenuItemCheckIconFactory
/openjdk9/jdk/test/java/beans/SimpleBeanInfo/LoadingStandardIcons/
H A DLoadingStandardIcons.java45 final Image m16 = ((BeanInfo) bi).getIcon(BeanInfo.ICON_MONO_16x16);
46 final Image m32 = ((BeanInfo) bi).getIcon(BeanInfo.ICON_MONO_32x32);
47 final Image c16 = ((BeanInfo) bi).getIcon(BeanInfo.ICON_COLOR_16x16);
48 final Image c32 = ((BeanInfo) bi).getIcon(BeanInfo.ICON_COLOR_32x32);
/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/com/sun/java/swing/action/
H A DActionUtilities.java37 public ImageIcon getIcon(String name) method in class:ActionUtilities
H A DAboutAction.java42 super("About...", ActionManager.getIcon(iconPath));
H A DExitAction.java38 super("Exit", ActionManager.getIcon(VALUE_SMALL_ICON));
H A DSaveAsAction.java42 super("Save As", ActionManager.getIcon(iconPath));
H A DHelpAction.java43 super("Help", ActionManager.getIcon(iconPath));
H A DSaveAction.java43 super("Save", ActionManager.getIcon(iconPath));
H A DOpenAction.java43 super("Open...", ActionManager.getIcon(iconPath));
H A DNewAction.java43 super("New", ActionManager.getIcon(iconPath));
H A DFinishAction.java43 super("Finish", ActionManager.getIcon(iconPath));
H A DNextAction.java43 super("Next >", ActionManager.getIcon(iconPath));
H A DOkAction.java43 super("OK", ActionManager.getIcon(iconPath));
H A DAlignCenterAction.java43 super("Center", ActionManager.getIcon(iconPath));
H A DAlignLeftAction.java43 super("Left Align", ActionManager.getIcon(iconPath));
H A DAlignRightAction.java43 super("Right Align", ActionManager.getIcon(iconPath));
H A DBackAction.java43 super("< Back", ActionManager.getIcon(iconPath));
H A DCancelAction.java43 super("Cancel", ActionManager.getIcon(iconPath));
H A DApplyAction.java43 super("Apply", ActionManager.getIcon(iconPath));
/openjdk9/jdk/src/java.desktop/share/classes/java/beans/
H A DBeanInfo.java157 Image getIcon(int iconKind); method in interface:BeanInfo
/openjdk9/jdk/test/javax/swing/JSlider/4252173/
H A Dbug4252173.java46 Icon horizontalThumbIcon = UIManager.getIcon("Slider.horizontalThumbIcon");
48 Icon verticalThumbIcon = UIManager.getIcon("Slider.verticalThumbIcon");
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/filechooser/
H A DFileView.java114 public Icon getIcon(File f) { method in class:FileView
/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/ui/table/
H A DSortHeaderCellRenderer.java47 descendingIcon = getIcon("navigation/Down16.gif");
48 ascendingIcon = getIcon("navigation/Up16.gif");
62 public ImageIcon getIcon(String name) { method in class:SortHeaderCellRenderer

Completed in 80 milliseconds

123456