public static enum ImageProvider.ImageSizes extends java.lang.Enum<ImageProvider.ImageSizes>
Enum Constant and Description |
---|
LARGEICON
LARGE_ICON_KEY value of on Action
|
MAP
MAP icon
|
MAPMAX
MAP icon maximum size
|
MENU
MENU icon size
|
SMALLICON
SMALL_ICON value of on Action
|
Modifier and Type | Method and Description |
---|---|
static ImageProvider.ImageSizes |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ImageProvider.ImageSizes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ImageProvider.ImageSizes SMALLICON
public static final ImageProvider.ImageSizes LARGEICON
public static final ImageProvider.ImageSizes MAP
public static final ImageProvider.ImageSizes MAPMAX
public static final ImageProvider.ImageSizes MENU
public static ImageProvider.ImageSizes[] values()
for (ImageProvider.ImageSizes c : ImageProvider.ImageSizes.values()) System.out.println(c);
public static ImageProvider.ImageSizes 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 null