public final class IconValues
extends java.lang.Object
IconValue
implementations.
TODO potentially move IconValue.ICON
, IconValue.NONE
and
IconValue.NULL_ICON
here
public static final IconValue FILE_ICON
IconValue
that presents the current L&F icon for a given file.
If the value passed to FILE_ICON
is not a File
, this has
the same effect as IconValue.NONE
.