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