T - type of the FXML's root object@ConsumerType public static interface Fxml.Consumer<T> extends Fxml
Fxml.Application, Fxml.Consumer<T>, Fxml.Controller, Fxml.ErrorHandler, Fxml.Resources, Fxml.Root| Modifier and Type | Method and Description |
|---|---|
void |
accept(T root)
The root object loaded from the FXML file will be passed to this method on
the JavaFX Application Thread.
|
getLocationvoid accept(T root)
root - the root object loaded from the FXML fileCopyright © 2019. All rights reserved.