Enum Constant and Description |
---|
IconOptError |
IconOptExclamation |
IconOptPercent |
IconOptStat |
IconOptTime |
IconPdf |
IconSearch |
IconSoftware |
Modifier and Type | Method and Description |
---|---|
javax.swing.ImageIcon |
getImageIcon(java.lang.String description) |
java.io.InputStream |
getInputStream() |
java.lang.String |
getName() |
java.net.URL |
getResource() |
static GfxIcons |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GfxIcons[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GfxIcons IconSearch
public static final GfxIcons IconSoftware
public static final GfxIcons IconPdf
public static final GfxIcons IconOptPercent
public static final GfxIcons IconOptStat
public static final GfxIcons IconOptTime
public static final GfxIcons IconOptExclamation
public static final GfxIcons IconOptError
public static GfxIcons[] values()
for (GfxIcons c : GfxIcons.values()) System.out.println(c);
public static GfxIcons valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getName()
public java.io.InputStream getInputStream()
public java.net.URL getResource()
public javax.swing.ImageIcon getImageIcon(java.lang.String description)