Searched refs:Icon (Results 1 - 25 of 176) sorted by relevance

12345678

/openjdk7/jdk/src/share/classes/sun/swing/
H A DMenuItemCheckIconFactory.java27 import javax.swing.Icon;
36 Icon getIcon(JMenuItem component);
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicIconFactory.java54 private static Icon frame_icon;
55 private static Icon checkBoxIcon;
56 private static Icon radioButtonIcon;
57 private static Icon checkBoxMenuItemIcon;
58 private static Icon radioButtonMenuItemIcon;
59 private static Icon menuItemCheckIcon;
60 private static Icon menuItemArrowIcon;
61 private static Icon menuArrowIcon;
63 public static Icon getMenuItemCheckIcon() {
70 public static Icon getMenuItemArrowIco
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/plaf/
H A DIconUIResource.java31 import javax.swing.Icon;
35 * An Icon wrapper class which implements UIResource. UI
40 * Icon "delegate" object specified at construction.
55 public class IconUIResource implements Icon, UIResource, Serializable
57 private Icon delegate;
61 * an existing Icon instance.
64 public IconUIResource(Icon delegate) {
H A DButtonUI.java29 import javax.swing.Icon;
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/inspector/
H A DIconManager.java29 import javax.swing.Icon;
35 public static Icon MBEAN =
37 public static Icon MBEANSERVERDELEGATE =
39 public static Icon DEFAULT_XOBJECT =
/openjdk7/jdk/src/share/classes/javax/swing/
H A DIcon.java37 public interface Icon interface
40 * Draw the icon at the specified location. Icon implementations
H A DJRadioButton.java112 public JRadioButton(Icon icon) {
135 public JRadioButton(Icon icon, boolean selected) {
167 public JRadioButton(String text, Icon icon) {
178 public JRadioButton (String text, Icon icon, boolean selected) {
H A DJRadioButtonMenuItem.java103 * @param icon the <code>Icon</code> to display on the
106 public JRadioButtonMenuItem(Icon icon) {
135 * and <code>Icon</code>.
140 public JRadioButtonMenuItem(String text, Icon icon) {
164 public JRadioButtonMenuItem(Icon icon, boolean selected) {
176 public JRadioButtonMenuItem(String text, Icon icon, boolean selected) {
H A DJCheckBox.java102 * @param icon the Icon image to display
104 public JCheckBox(Icon icon) {
112 * @param icon the Icon image to display
116 public JCheckBox(Icon icon, boolean selected) {
158 * @param icon the Icon image to display
160 public JCheckBox(String text, Icon icon) {
169 * @param icon the Icon image to display
173 public JCheckBox (String text, Icon icon, boolean selected) {
/openjdk7/hotspot/agent/src/share/classes/com/sun/java/swing/action/
H A DDelegateAction.java31 import javax.swing.Icon;
36 public DelegateAction(String name, Icon icon)
H A DStateChangeAction.java30 import javax.swing.Icon;
45 public StateChangeAction(String name, Icon icon)
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Settings/src/com/sun/hotspot/igv/settings/
H A DViewOptionsCategory.java26 import javax.swing.Icon;
40 public Icon getIcon() {
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Util/src/com/sun/hotspot/igv/util/
H A DColorIcon.java29 import javax.swing.Icon;
35 public class ColorIcon implements Icon {
/openjdk7/jdk/src/share/classes/sun/swing/plaf/synth/
H A DSynthIcon.java40 public abstract class SynthIcon implements Icon {
41 public static int getIconWidth(Icon icon, SynthContext context) {
51 public static int getIconHeight(Icon icon, SynthContext context) {
61 public static void paintIcon(Icon icon, SynthContext context, Graphics g,
84 * Returns the desired width of the Icon.
86 * @param context SynthContext requesting the Icon, may be null.
92 * Returns the desired height of the Icon.
94 * @param context SynthContext requesting the Icon, may be null.
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaFocus.java72 public static Icon createFocusedIcon(final Icon tmpIcon, final Component c, final int slack) {
78 static class FocusedIcon implements Icon {
79 final Icon icon;
82 public FocusedIcon(final Icon icon, final int slack) {
112 static class FocusedIcon extends AquaUtils.ShadowBorder implements Icon {
113 final Icon icon;
116 public FocusedIcon(final Icon icon, final int slack) {
H A DScreenMenuPropertyHandler.java37 public void setIcon(Icon icon);
/openjdk7/jdk/src/share/demo/jfc/FileChooserDemo/
H A DExampleFileView.java73 private final Map<String, Icon> icons = new HashMap<String, Icon>();
153 public void putIcon(String extension, Icon icon) {
158 * Icon that reperesents this file. Default implementation returns
165 public Icon getIcon(File f) {
166 Icon icon = null;
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthButtonUI.java323 protected Icon getDefaultIcon(AbstractButton b) {
325 Icon icon = context.getStyle().getIcon(context, getPropertyPrefix() + "icon");
331 * Returns the Icon to use for painting the button. The icon is chosen with
337 protected Icon getIcon(AbstractButton b) {
338 Icon icon = b.getIcon();
369 private Icon getIcon(AbstractButton b, Icon specificIcon, Icon defaultIcon,
371 Icon icon = specificIcon;
385 private Icon getSynthIco
[all...]
/openjdk7/jdk/test/java/beans/EventHandler/
H A DTest6179222.java31 import javax.swing.Icon;
56 public void foo(Icon o) {
/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.java50 * returns an <code>Icon</code> for JPG files, and returns <code>null</code>
98 public Icon getIcon(File f) {
/openjdk7/jdk/src/share/classes/javax/swing/tree/
H A DDefaultTreeCellRenderer.java39 import javax.swing.Icon;
133 /** Icon used to show non-leaf nodes that aren't expanded. */
134 transient protected Icon closedIcon;
136 /** Icon used to show leaf nodes. */
137 transient protected Icon leafIcon;
139 /** Icon used to show non-leaf nodes that are expanded. */
140 transient protected Icon openIcon;
238 public Icon getDefaultOpenIcon() {
246 public Icon getDefaultClosedIcon() {
254 public Icon getDefaultLeafIco
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/table/
H A DSortHeaderCellRenderer.java39 private Icon descendingIcon;
40 private Icon ascendingIcon;
60 * Retrieves an Image Icon from the JLF graphics repository.
76 Icon icon = null;
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/motif/
H A DMotifTreeCellRenderer.java52 static final Icon LEAF_ICON = new IconUIResource(new TreeLeafIcon());
58 public static Icon loadLeafIcon() {
63 * Icon for a node with no children.
72 public static class TreeLeafIcon implements Icon, Serializable {
/openjdk7/jdk/test/javax/swing/JTable/
H A DTest6888156.java26 @summary Tests table column of class Icon.class with Synth LAF
40 private Icon ICON = new Icon() {
68 return (columnIndex == 1 ? Icon.class : int.class);

Completed in 66 milliseconds

12345678