public static final class GuiceFXMLLoader.Result extends Object
| Type | Property and Description |
|---|---|
javafx.beans.property.ReadOnlyObjectProperty<Charset> |
charset |
javafx.beans.property.ReadOnlyObjectProperty<Object> |
controller |
javafx.beans.property.ReadOnlyObjectProperty<URL> |
location |
javafx.beans.property.ReadOnlyObjectProperty<ResourceBundle> |
resources |
javafx.beans.property.ReadOnlyObjectProperty<Object> |
root |
| Constructor and Description |
|---|
Result() |
| Modifier and Type | Method and Description |
|---|---|
javafx.beans.property.ReadOnlyObjectProperty<Charset> |
charsetProperty() |
javafx.beans.property.ReadOnlyObjectProperty<Object> |
controllerProperty() |
Charset |
getCharset()
Gets the value of the property charset.
|
<N> N |
getController() |
ResourceBundle |
getResources()
Gets the value of the property resources.
|
<N> N |
getRoot()
Gets the value of the property root.
|
URL |
getUrl() |
javafx.beans.property.ReadOnlyObjectProperty<URL> |
locationProperty() |
javafx.beans.property.ReadOnlyObjectProperty<ResourceBundle> |
resourcesProperty() |
javafx.beans.property.ReadOnlyObjectProperty<Object> |
rootProperty() |
public javafx.beans.property.ReadOnlyObjectProperty<URL> locationProperty
public javafx.beans.property.ReadOnlyObjectProperty<ResourceBundle> resourcesProperty
getResources()public javafx.beans.property.ReadOnlyObjectProperty<Object> controllerProperty
getController()public javafx.beans.property.ReadOnlyObjectProperty<Charset> charsetProperty
getCharset()public javafx.beans.property.ReadOnlyObjectProperty<URL> locationProperty()
public URL getUrl()
public javafx.beans.property.ReadOnlyObjectProperty<ResourceBundle> resourcesProperty()
getResources()public ResourceBundle getResources()
public javafx.beans.property.ReadOnlyObjectProperty<Object> rootProperty()
getRoot()public <N> N getRoot()
public javafx.beans.property.ReadOnlyObjectProperty<Object> controllerProperty()
getController()public <N> N getController()
getRoot()public javafx.beans.property.ReadOnlyObjectProperty<Charset> charsetProperty()
getCharset()public Charset getCharset()
Copyright © 2012-2014 The Cat Hive Developers. All Rights Reserved.