public static enum ResourceLocator.Resource extends java.lang.Enum<ResourceLocator.Resource>
| Enum Constant | Description |
|---|---|
CSS_GLOBAL |
|
CSS_ROOT |
|
CSS_SESSION |
|
ICON_IMAGE |
|
LOGO_IMAGE |
|
ROOT_LAYOUT_FXML |
|
SESSION_VIEW_FXML |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getRelativePath() |
|
void |
setRelativePath(java.lang.String relativePath) |
Sets the relative path of the resource enum
|
static ResourceLocator.Resource |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static ResourceLocator.Resource[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResourceLocator.Resource ROOT_LAYOUT_FXML
public static final ResourceLocator.Resource SESSION_VIEW_FXML
public static final ResourceLocator.Resource ICON_IMAGE
public static final ResourceLocator.Resource LOGO_IMAGE
public static final ResourceLocator.Resource CSS_GLOBAL
public static final ResourceLocator.Resource CSS_ROOT
public static final ResourceLocator.Resource CSS_SESSION
public static ResourceLocator.Resource[] values()
for (ResourceLocator.Resource c : ResourceLocator.Resource.values()) System.out.println(c);
public static ResourceLocator.Resource 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 getRelativePath()
public void setRelativePath(java.lang.String relativePath)
relativePath - relative path