public interface IDeclarative
Modifier and Type | Method and Description |
---|---|
java.net.URL |
getDocumentURL()
The document URL describing the UI.
|
java.lang.String |
getLocaleID()
Represents the Locale ID, see: http://www.oracle.com/technetwork/java/javase/locales-137662.html.
|
java.util.ResourceBundle |
getResourceBundle()
Contains locale-specific objects.
|
java.lang.String |
getResourceBundleLocation()
Represents the location of your resource bundle file.
|
UIType |
getType()
Distinguish component types.
|
java.lang.String |
getViewLocation()
Contains the document url describing the UI.
|
void |
setViewLocation(java.lang.String documentURL)
Set the viewLocation location on component start.
|
java.lang.String getViewLocation()
void setViewLocation(java.lang.String documentURL)
documentURL
- , the url of the FXML documentjava.net.URL getDocumentURL()
java.util.ResourceBundle getResourceBundle()
UIType getType()
java.lang.String getLocaleID()
java.lang.String getResourceBundleLocation()