| Package | Description |
|---|---|
| de.saxsys.jfx.mvvm.base.view | |
| de.saxsys.jfx.mvvm.viewloader |
| Modifier and Type | Class and Description |
|---|---|
class |
ViewWithoutViewModel
View without a View Model. |
| Modifier and Type | Method and Description |
|---|---|
View<ViewModelType> |
ViewTuple.getCodeBehind() |
| Modifier and Type | Method and Description |
|---|---|
<ViewType extends ViewModel> |
ViewLoader.loadViewTuple(java.lang.Class<? extends View<ViewType>> viewType)
Load the view (Code behind + Node from FXML) by a given Code behind
class.
|
<ViewType extends ViewModel> |
ViewLoader.loadViewTuple(java.lang.Class<? extends View<ViewType>> viewType,
java.util.ResourceBundle resourceBundle)
Load the view (Code behind + Node from FXML) by a given Code behind
class.
|
| Constructor and Description |
|---|
ViewTuple(View<ViewModelType> codeBehind,
javafx.scene.Parent view) |
Copyright © 2013 Saxonia Systems AG. All Rights Reserved.