public final class FXMLBuilder extends AbstractResourceBuilder<FXMLItem,FXMLParams,FXMLComponent>
| Constructor and Description |
|---|
FXMLBuilder() |
| Modifier and Type | Method and Description |
|---|---|
private FXMLComponent |
buildFXMLComponent(FXML fxmlParam)
Build a FXML component that embed a node and its FXML controller.
|
protected FXMLComponent |
buildResource(FXMLItem fi,
FXMLParams fp)
Build the resource requested.
|
get, getParam, getParamKey, set, storeParamsprotected FXMLComponent buildResource(FXMLItem fi, FXMLParams fp)
buildResource in class AbstractResourceBuilder<FXMLItem,FXMLParams,FXMLComponent>fi - the parameter item used to identify the resource elementfp - the primitive parameters used to build the resourceprivate FXMLComponent buildFXMLComponent(FXML fxmlParam)
fxmlParam - the FXMLParams objectCopyright © 2011–2014 JRebirth OSS. All rights reserved.