public enum CssTheme extends Enum<CssTheme>
| Enum Constant and Description |
|---|
RIME
The Rime theme.
|
SAM
The Sam theme.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCompatPath() |
String |
getFile() |
String |
getImageDirectory() |
String |
getLibrary() |
String |
getStyleClass() |
static CssTheme |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CssTheme[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CssTheme RIME
public static final CssTheme SAM
public static CssTheme[] values()
for (CssTheme c : CssTheme.values()) System.out.println(c);
public static CssTheme 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 nullpublic String getStyleClass()
public String getFile()
public String getLibrary()
public String getImageDirectory()
public String getCompatPath()
Copyright © 2006–2017 Esito AS. All rights reserved.