| Package | Description |
|---|---|
| org.jrebirth.af.api.ui |
Provides API for User Interface components.
|
| org.jrebirth.af.api.ui.fxml |
Provide API to manage FXML-based User Interface Components.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Controller<M extends Model,V extends View<M,?,?>>
The interface Controller.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
NullView
The class NullView, this kind of
View can be used into generic declaration when view is omitted. |
| Modifier and Type | Method and Description |
|---|---|
View<?,?,?> |
Model.view()
Return the view.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
FXMLController<M extends Model,V extends View<M,?,?>>
The interface FXMLController.
|
Copyright © 2011–2018 JRebirth OSS. All rights reserved.