public static enum UIFactory.IconType extends Enum<UIFactory.IconType>
Enum Constant and Description |
---|
ERROR
The error icon.
|
ERROR_LARGE
The error large icon.
|
INFORMATION_LARGE
The information large icon.
|
MINIMIZED
The icon displayed by the OS when the dialog is minimized.
|
MINIMIZED_MAC
The icon displayed by the Mac OS when the dialog is minimized.
|
NO_ICON
No icon.
|
WAIT_TINY
8 x 8 Hourglass to display when the user must wait.
|
WARNING_LARGE
The warning large icon.
|
Modifier and Type | Method and Description |
---|---|
static UIFactory.IconType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UIFactory.IconType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UIFactory.IconType MINIMIZED
public static final UIFactory.IconType MINIMIZED_MAC
public static final UIFactory.IconType WARNING_LARGE
public static final UIFactory.IconType ERROR
public static final UIFactory.IconType ERROR_LARGE
public static final UIFactory.IconType INFORMATION_LARGE
public static final UIFactory.IconType WAIT_TINY
public static final UIFactory.IconType NO_ICON
public static UIFactory.IconType[] values()
for (UIFactory.IconType c : UIFactory.IconType.values()) System.out.println(c);
public static UIFactory.IconType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright 2010-2020 ForgeRock AS.