| Package | Description |
|---|---|
| net.bbmsoft.iocfx |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Fxml.Application
Interface for components that represent an application main window.
|
static interface |
Fxml.Consumer<T>
Fxml components implementing the Consumer interface will be passed the loaded
object once the fxml file has been successfully loaded.
|
static interface |
Fxml.Controller
Marker interface for components that need to be set as the controller of the
FXML file they want to be loaded.
|
static interface |
Fxml.Resources
Fxml components implementing the Resources interface can supply a
ResourceBundle that will be used by the FXMLLoader. |
static interface |
Fxml.Root
Marker interface for components that need to be set as the document root of
the FXML file they want to be loaded.
|
Copyright © 2019. All rights reserved.