M - The model responsible of the viewV - The view hosting the FXML componentpublic interface FXMLController<M extends Model,V extends View<M,?,?>> extends Initializable
| Modifier and Type | Method and Description |
|---|---|
M |
getModel()
Return the linked model that manage the view.
|
V |
getView()
Return the linked view that load this component.
|
void |
setModel(M model)
Set the model that manage the view that load this FXML component.
|
initializevoid setModel(M model)
model - the linked modelM getModel()
V getView()
Copyright © 2011–2015 JRebirth OSS. All rights reserved.