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

123456

/openjdk7/jdk/test/java/beans/Introspector/
H A DTest7195106.java41 if (null == info.getIcon(BeanInfo.ICON_COLOR_16x16)) {
53 if (null == info.getIcon(BeanInfo.ICON_COLOR_16x16)) {
63 public Image getIcon(int type) { method in class:Test7195106.MyBeanInfo
/openjdk7/jdk/src/macosx/classes/com/apple/eawt/
H A DApplicationBeanInfo.java35 public Image getIcon(final int iconKind) { method in class:ApplicationBeanInfo
/openjdk7/jdk/src/share/classes/sun/swing/
H A DMenuItemCheckIconFactory.java36 Icon getIcon(JMenuItem component); method in interface:MenuItemCheckIconFactory
/openjdk7/hotspot/agent/src/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 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 DApplyAction.java43 super("Apply", ActionManager.getIcon(iconPath));
H A DBackAction.java43 super("< Back", ActionManager.getIcon(iconPath));
H A DCancelAction.java43 super("Cancel", ActionManager.getIcon(iconPath));
H A DFinishAction.java43 super("Finish", ActionManager.getIcon(iconPath));
H A DHelpAction.java43 super("Help", ActionManager.getIcon(iconPath));
H A DNewAction.java43 super("New", ActionManager.getIcon(iconPath));
H A DNextAction.java43 super("Next >", ActionManager.getIcon(iconPath));
H A DOkAction.java43 super("OK", ActionManager.getIcon(iconPath));
H A DOpenAction.java43 super("Open...", ActionManager.getIcon(iconPath));
H A DSaveAction.java43 super("Save", ActionManager.getIcon(iconPath));
/openjdk7/jdk/src/share/classes/java/beans/
H A DBeanInfo.java155 java.awt.Image getIcon(int iconKind); method in interface:BeanInfo
/openjdk7/jdk/test/javax/swing/JSlider/4252173/
H A Dbug4252173.java46 Icon horizontalThumbIcon = UIManager.getIcon("Slider.horizontalThumbIcon");
48 Icon verticalThumbIcon = UIManager.getIcon("Slider.verticalThumbIcon");
/openjdk7/jdk/src/share/classes/javax/swing/filechooser/
H A DFileView.java98 public Icon getIcon(File f) { method in class:FileView
/openjdk7/hotspot/agent/src/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
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/
H A DGTKIconFactory.java64 private static DelegatingIcon getIcon(String methodName) { method in class:GTKIconFactory
90 return getIcon(ASCENDING_SORT_ICON);
94 return getIcon(DESCENDING_SORT_ICON);
101 return getIcon(TREE_EXPANDED_ICON);
105 return getIcon(TREE_COLLAPSED_ICON);
112 return getIcon(RADIO_BUTTON_ICON);
119 return getIcon(CHECK_BOX_ICON);
126 return getIcon(MENU_ARROW_ICON);
130 return getIcon(CHECK_BOX_MENU_ITEM_CHECK_ICON);
134 return getIcon(RADIO_BUTTON_MENU_ITEM_CHECK_ICO
[all...]

Completed in 115 milliseconds

123456