Package org.jdesktop.swingx.renderer
Class IconValues
- java.lang.Object
-
- org.jdesktop.swingx.renderer.IconValues
-
public final class IconValues extends java.lang.Object
A collection of commonIconValue
implementations.TODO potentially move
IconValue.ICON
,IconValue.NONE
andIconValue.NULL_ICON
here
-
-
Field Detail
-
FILE_ICON
public static final IconValue FILE_ICON
AnIconValue
that presents the current L&F icon for a given file. If the value passed toFILE_ICON
is not aFile
, this has the same effect asIconValue.NONE
.
-
-