org.jdesktop.swingx.renderer
Class IconValues

java.lang.Object
  extended by org.jdesktop.swingx.renderer.IconValues

public final class IconValues
extends java.lang.Object

A collection of common IconValue implementations.

TODO potentially move IconValue.ICON, IconValue.NONE and IconValue.NULL_ICON here


Field Summary
static IconValue FILE_ICON
          An IconValue that presents the current L&F icon for a given file.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FILE_ICON

public static final IconValue FILE_ICON
An 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.