public enum EIconType extends Enum<EIconType>
| Enum Constant and Description | 
|---|
FONT_AWESOME  | 
FORMCYCLE  | 
MATERIAL_ICONS  | 
UI  | 
UNKNOWN  | 
| Modifier and Type | Method and Description | 
|---|---|
abstract String | 
getStyleClass(String icon)  | 
abstract String | 
getValue(String icon)  | 
static EIconType | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static EIconType[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final EIconType FORMCYCLE
public static final EIconType FONT_AWESOME
public static final EIconType UI
public static final EIconType MATERIAL_ICONS
public static final EIconType UNKNOWN
public static EIconType[] values()
for (EIconType c : EIconType.values()) System.out.println(c);
public static EIconType 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 © 2020 XIMA MEDIA GmbH. All rights reserved.