Package org.jdesktop.swingx.renderer
Class IconValues
- java.lang.Object
-
- org.jdesktop.swingx.renderer.IconValues
-
public final class IconValues extends java.lang.ObjectA collection of commonIconValueimplementations.TODO potentially move
IconValue.ICON,IconValue.NONEandIconValue.NULL_ICONhere
-
-
Field Detail
-
FILE_ICON
public static final IconValue FILE_ICON
AnIconValuethat presents the current L&F icon for a given file. If the value passed toFILE_ICONis not aFile, this has the same effect asIconValue.NONE.
-
-