com.sun.jini.example.browser
Class MetalIcons

java.lang.Object
  extended by com.sun.jini.example.browser.MetalIcons
All Implemented Interfaces:
Serializable

 class MetalIcons
extends Object
implements Serializable

Based on "MetalIconFactory.java"

Author:
Sun Microsystems, Inc.

Nested Class Summary
(package private) static class MetalIcons.BlueFileIcon
           
(package private) static class MetalIcons.BlueFolderIcon
           
private static class MetalIcons.FileIcon16
           
private static class MetalIcons.FolderIcon16
           
(package private) static class MetalIcons.GrayFileIcon
           
(package private) static class MetalIcons.GrayFolderIcon
           
(package private) static class MetalIcons.OrangeFileIcon
           
(package private) static class MetalIcons.OrangeFolderIcon
           
(package private) static class MetalIcons.TreeLeafIcon
           
(package private) static class MetalIcons.UnusableFileIcon
           
(package private) static class MetalIcons.UnusableFolderIcon
           
 
Field Summary
private static Icon blueFileIcon
           
private static Icon blueFolderIcon
           
static boolean DARK
           
private static Dimension fileIcon16Size
           
private static Dimension folderIcon16Size
           
private static Color grayColor
           
private static Color grayDarkShadowColor
           
private static Icon grayFileIcon
           
private static Icon grayFolderIcon
           
private static Color grayHighlightColor
           
private static Color grayInfoColor
           
private static Color grayShadowColor
           
static boolean LIGHT
           
private static Color orangeColor
           
private static Color orangeDarkShadowColor
           
private static Icon orangeFileIcon
           
private static Icon orangeFolderIcon
           
private static Color orangeHighlightColor
           
private static Color orangeInfoColor
           
private static Color orangeShadowColor
           
private static Icon unusableFileIcon
           
private static Icon unusableFolderIcon
           
 
Constructor Summary
MetalIcons()
           
 
Method Summary
static Icon getBlueFileIcon()
           
static Icon getBlueFolderIcon()
           
static Icon getGrayFileIcon()
           
static Icon getGrayFolderIcon()
           
static Icon getOrangeFileIcon()
           
static Icon getOrangeFolderIcon()
           
static Icon getUnusableFileIcon()
           
static Icon getUnusableFolderIcon()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

blueFolderIcon

private static Icon blueFolderIcon

blueFileIcon

private static Icon blueFileIcon

orangeFolderIcon

private static Icon orangeFolderIcon

orangeFileIcon

private static Icon orangeFileIcon

grayFolderIcon

private static Icon grayFolderIcon

grayFileIcon

private static Icon grayFileIcon

unusableFolderIcon

private static Icon unusableFolderIcon

unusableFileIcon

private static Icon unusableFileIcon

orangeDarkShadowColor

private static Color orangeDarkShadowColor

orangeColor

private static Color orangeColor

orangeShadowColor

private static Color orangeShadowColor

orangeInfoColor

private static Color orangeInfoColor

orangeHighlightColor

private static Color orangeHighlightColor

grayDarkShadowColor

private static Color grayDarkShadowColor

grayColor

private static Color grayColor

grayShadowColor

private static Color grayShadowColor

grayInfoColor

private static Color grayInfoColor

grayHighlightColor

private static Color grayHighlightColor

DARK

public static final boolean DARK
See Also:
Constant Field Values

LIGHT

public static final boolean LIGHT
See Also:
Constant Field Values

folderIcon16Size

private static final Dimension folderIcon16Size

fileIcon16Size

private static final Dimension fileIcon16Size
Constructor Detail

MetalIcons

MetalIcons()
Method Detail

getBlueFolderIcon

public static Icon getBlueFolderIcon()

getBlueFileIcon

public static Icon getBlueFileIcon()

getOrangeFolderIcon

public static Icon getOrangeFolderIcon()

getOrangeFileIcon

public static Icon getOrangeFileIcon()

getGrayFolderIcon

public static Icon getGrayFolderIcon()

getGrayFileIcon

public static Icon getGrayFileIcon()

getUnusableFolderIcon

public static Icon getUnusableFolderIcon()

getUnusableFileIcon

public static Icon getUnusableFileIcon()


Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.