Spec-Zone .ru
спецификации, руководства, описания, API
|
Package | Description |
---|---|
javafx.fxml |
Contains classes for loading an object hierarchy from markup.
|
Modifier and Type | Class and Description |
---|---|
class |
JavaFXBuilderFactory
JavaFX builder factory.
|
Modifier and Type | Field and Description |
---|---|
private BuilderFactory |
FXMLLoader.builderFactory |
Modifier and Type | Method and Description |
---|---|
BuilderFactory |
FXMLLoader.getBuilderFactory()
Returns the builder factory used by this loader.
|
Modifier and Type | Method and Description |
---|---|
static <T> T |
FXMLLoader.load(java.net.URL location,
java.util.ResourceBundle resources,
BuilderFactory builderFactory)
Loads an object hierarchy from a FXML document.
|
static <T> T |
FXMLLoader.load(java.net.URL location,
java.util.ResourceBundle resources,
BuilderFactory builderFactory,
Callback<java.lang.Class<?>,java.lang.Object> controllerFactory)
Loads an object hierarchy from a FXML document.
|
static <T> T |
FXMLLoader.load(java.net.URL location,
java.util.ResourceBundle resources,
BuilderFactory builderFactory,
Callback<java.lang.Class<?>,java.lang.Object> controllerFactory,
java.nio.charset.Charset charset)
Loads an object hierarchy from a FXML document.
|
void |
FXMLLoader.setBuilderFactory(BuilderFactory builderFactory)
Sets the builder factory used by this loader.
|
Constructor and Description |
---|
FXMLLoader(java.net.URL location,
java.util.ResourceBundle resources,
BuilderFactory builderFactory)
Creates a new FXMLLoader instance.
|
FXMLLoader(java.net.URL location,
java.util.ResourceBundle resources,
BuilderFactory builderFactory,
Callback<java.lang.Class<?>,java.lang.Object> controllerFactory)
Creates a new FXMLLoader instance.
|
FXMLLoader(java.net.URL location,
java.util.ResourceBundle resources,
BuilderFactory builderFactory,
Callback<java.lang.Class<?>,java.lang.Object> controllerFactory,
java.nio.charset.Charset charset)
Creates a new FXMLLoader instance.
|
FXMLLoader(java.net.URL location,
java.util.ResourceBundle resources,
BuilderFactory builderFactory,
Callback<java.lang.Class<?>,java.lang.Object> controllerFactory,
java.nio.charset.Charset charset,
java.util.LinkedList<FXMLLoader> loaders)
Creates a new FXMLLoader instance.
|
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to