public interface FXMLParams extends ResourceParams
PARAMETER_SEPARATOR| Modifier and Type | Method and Description |
|---|---|
String |
absoluteBundlePath()
Gets the absolute path for resource bundle.
|
String |
absolutePath()
Gets the absolute path for fxml (and for resource bundle if bundle path is null).
|
String |
bundleName()
Gets the resource bundle file name (without suffix).
|
String |
fxmlName()
Gets the FXML file name (and resource bundle file name if bundle name is null).
|
String |
getBundlePath()
Return the full path of the resource bundle file without .properties extension.
|
String |
getFxmlPath()
Return the full path of the fxml file without .fxml extension.
|
activateAutoRefresh, getKey, hasChanged, hasChanged, parse, setKeyString absolutePath()
String fxmlName()
String absoluteBundlePath()
String bundleName()
String getFxmlPath()
String getBundlePath()
Copyright © 2011–2015 JRebirth OSS. All rights reserved.