public class ViewConfiguration
extends java.lang.Object
| ?????? |
|---|
ViewConfiguration()
Default constructor
|
| ?????? | ????? |
|---|---|
javafx.util.BuilderFactory |
getBuilderFactory()
Returns the Builderfactory that is used for the UI generation by the FXMLLoader
|
java.nio.charset.Charset |
getCharset()
Getter for the Charset that is used by the FXMLLoader when loading an UI
by a FXML file
|
java.util.ResourceBundle |
getResources()
Getter for the resource bundle that is used by the FXMLLoader when loading an UI by a FXML file
|
void |
setBuilderFactory(javafx.util.BuilderFactory builderFactory)
setter for the Builderfactory that is used for the UI generation by the FXMLLoader
|
void |
setCharset(java.nio.charset.Charset charset)
Setter for the Charset that is used by the FXMLLoader when loading an UI by a FXML file
|
void |
setResources(java.util.ResourceBundle resources)
Setter for the resource bundle that is used by the FXMLLoader when loading an UI by a FXML file
|
public javafx.util.BuilderFactory getBuilderFactory()
public void setBuilderFactory(javafx.util.BuilderFactory builderFactory)
builderFactory - the Builderfactory that is used for the UI generation by the FXMLLoaderpublic java.nio.charset.Charset getCharset()
public void setCharset(java.nio.charset.Charset charset)
charset - public java.util.ResourceBundle getResources()
public void setResources(java.util.ResourceBundle resources)
resources -