Searched refs:IconUIResource (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/plaf/
H A DIconUIResource.java55 public class IconUIResource implements Icon, UIResource, Serializable class in inherits:Icon,UIResource,Serializable
64 public IconUIResource(Icon delegate) { method in class:IconUIResource
/openjdk7/jdk/test/javax/swing/JButton/6604281/
H A Dbug6604281.java32 import javax.swing.plaf.IconUIResource;
59 // Use IconUIResource as an icon, because with ImageIcon bug is not reproduced
60 JButton button1 = new JButton(new IconUIResource(new ImageIcon(image)));
62 JButton button2 = new JButton(new IconUIResource(new ImageIcon(image)));
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaIcon.java242 static class SystemIconUIResourceSingleton extends RecyclableSingleton<IconUIResource> {
250 protected IconUIResource getInstance() {
251 return new IconUIResource(new SystemIcon(selector));
257 static IconUIResource getFolderIconUIResource() { return folderIcon.get(); }
260 static IconUIResource getOpenFolderIconUIResource() { return openFolderIcon.get(); }
263 static IconUIResource getDesktopIconUIResource() { return desktopIcon.get(); }
266 static IconUIResource getComputerIconUIResource() { return computerIcon.get(); }
269 static IconUIResource getDocumentIconUIResource() { return documentIcon.get(); }
272 static IconUIResource getHardDriveIconUIResource() { return hardDriveIcon.get(); }
275 static IconUIResource getFloppyIconUIResourc
[all...]
H A DAquaImageFactory.java51 public static IconUIResource getConfirmImageIcon() {
54 return new IconUIResource(new AquaIcon.CachingScalingIcon(kAlertIconSize, kAlertIconSize) {
61 public static IconUIResource getCautionImageIcon() {
66 public static IconUIResource getStopImageIcon() {
71 public static IconUIResource getLockImageIcon() {
116 static IconUIResource getAppIconCompositedOn(final SystemIcon systemIcon) {
122 static IconUIResource getAppIconCompositedOn(final Image background) {
144 return new IconUIResource(new ImageIcon(image));
147 public static IconUIResource getTreeFolderIcon() {
152 public static IconUIResource getTreeOpenFolderIco
[all...]
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/motif/
H A DMotifTreeCellRenderer.java52 static final Icon LEAF_ICON = new IconUIResource(new TreeLeafIcon());
/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DOceanTheme.java82 private static class COIcon extends IconUIResource {
101 private static class IFIcon extends IconUIResource {

Completed in 496 milliseconds