|
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) |
void |
FXMLLoader.setBuilderFactory(BuilderFactory builderFactory)
Sets the builder factory used by this loader.
|
Copyright (c) 2008, 2011, Oracle and/or its affiliates. All rights reserved. Use is subject to .