public static enum ImageProvider.ImageFile extends java.lang.Enum<ImageProvider.ImageFile>
ImageProvider.| Enum Constant and Description |
|---|
ARRAOW_Down_PNG |
ARRAOW_Left_PNG |
ARRAOW_Right_PNG |
ARRAOW_Up_PNG |
MB_CheckGreen_PNG |
MB_CheckRed_PNG |
MB_Delete_PNG |
MB_Export_PNG |
MB_FullScreen_PNG |
MB_Import_PNG |
MB_Reset_PNG |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static ImageProvider.ImageFile |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ImageProvider.ImageFile[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ImageProvider.ImageFile ARRAOW_Down_PNG
public static final ImageProvider.ImageFile ARRAOW_Left_PNG
public static final ImageProvider.ImageFile ARRAOW_Right_PNG
public static final ImageProvider.ImageFile ARRAOW_Up_PNG
public static final ImageProvider.ImageFile MB_Delete_PNG
public static final ImageProvider.ImageFile MB_CheckGreen_PNG
public static final ImageProvider.ImageFile MB_CheckRed_PNG
public static final ImageProvider.ImageFile MB_Export_PNG
public static final ImageProvider.ImageFile MB_FullScreen_PNG
public static final ImageProvider.ImageFile MB_Import_PNG
public static final ImageProvider.ImageFile MB_Reset_PNG
public static ImageProvider.ImageFile[] values()
for (ImageProvider.ImageFile c : ImageProvider.ImageFile.values()) System.out.println(c);
public static ImageProvider.ImageFile 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 toString()
toString in class java.lang.Enum<ImageProvider.ImageFile>