| Package | Description |
|---|---|
| org.jrebirth.af.core.ui.fxml |
Provides...
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFXMLController<M extends Model,V extends View<M,?,?>>
The class AbstractFXMLController.
|
| Modifier and Type | Field and Description |
|---|---|
private FXMLController |
FXMLComponent.controller
The controller of the FXML component.
|
| Modifier and Type | Method and Description |
|---|---|
FXMLController |
FXMLComponent.getController()
Return the controller or null.
|
FXMLController<M,?> |
AbstractFXMLObjectModel.getFXMLController()
Return the Controller associated to the FXML file.
|
| Constructor and Description |
|---|
FXMLComponent(Node node,
FXMLController controller)
Default Constructor.
|
Copyright © 2011–2014 JRebirth OSS. All rights reserved.