| Package | Description |
|---|---|
| de.saxsys.jfx.mvvm.base.view | |
| de.saxsys.jfx.mvvm.base.view.util.viewlist | |
| de.saxsys.jfx.mvvm.di | |
| de.saxsys.jfx.mvvm.viewloader |
| Modifier and Type | Class and Description |
|---|---|
class |
View<ViewModelType extends ViewModel>
Abstract class for a MVVMView - you have to say which View Model it uses.
|
| Modifier and Type | Method and Description |
|---|---|
ViewTuple<? extends ViewModel> |
ViewTupleMapper.map(T element)
Map a
ViewTuple. |
abstract ViewTuple<? extends ViewModel> |
ViewListCellFactory.map(T element) |
| Modifier and Type | Method and Description |
|---|---|
ViewTuple<? extends ViewModel> |
FXMLLoaderWrapper.load(java.net.URL location) |
ViewTuple<? extends ViewModel> |
FXMLLoaderWrapper.load(java.net.URL location,
java.util.ResourceBundle resourceBundle) |
| Modifier and Type | Class and Description |
|---|---|
class |
ViewTuple<ViewModelType extends ViewModel>
Tuple for carrying view / code-behind pair.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
ViewTuple<? extends ViewModel> |
ViewLoader.loadViewTuple(java.lang.String resource)
Load the view (Code behind + Node from FXML) by a given resource path.
|
ViewTuple<? extends ViewModel> |
ViewLoader.loadViewTuple(java.lang.String resource,
java.util.ResourceBundle resourceBundle)
Load the view (Code behind + Node from FXML) by a given resource path.
|
Copyright © 2013 Saxonia Systems AG. All Rights Reserved.