| Package | Description |
|---|---|
| org.jrebirth.af.core.resource.fxml |
Provides classes to manage stylesheet as resources.
|
| org.jrebirth.af.core.ui.fxml |
Provides...
|
| Modifier and Type | Method and Description |
|---|---|
private FXMLComponent |
FXMLBuilder.buildFXMLComponent(FXML fxmlParam)
Build a FXML component that embed a node and its FXML controller.
|
protected FXMLComponent |
FXMLBuilder.buildResource(FXMLItem fi,
FXMLParams fp)
Build the resource requested.
|
FXMLComponent |
FXMLItemBase.get()
Return the resource unique instance.
|
| Modifier and Type | Field and Description |
|---|---|
private FXMLComponent |
AbstractFXMLObjectModel.fxmlComponent
The fxmlComponent that wrap the node and its controller.
|
| Modifier and Type | Method and Description |
|---|---|
static <M extends Model> |
FXMLUtils.loadFXML(M model,
String fxmlPath)
Load a FXML component without resource bundle.
|
static <M extends Model> |
FXMLUtils.loadFXML(M model,
String fxmlPath,
String bundlePath)
Load a FXML component.
|
Copyright © 2011–2014 JRebirth OSS. All rights reserved.