|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jdesktop.swingx.renderer.IconValues
public final class IconValues
A collection of common IconValue
implementations.
Field Summary | |
---|---|
static IconValue |
FILE_ICON
An IconValue that presents the current L&F icon for a given file. |
static IconValue |
ICON
Returns the value as Icon if possible or null. |
static IconValue |
NONE
Always NULL_ICON. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final IconValue NONE
public static final IconValue ICON
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 NONE
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |