| Package | Description |
|---|---|
| com.illucit.partyinvoice | |
| com.illucit.partyinvoice.view |
| Modifier and Type | Method and Description |
|---|---|
PartyInvoiceApp |
AbstractController.getApp()
Get the app.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
FxmlHelper.loadFxml(PartyInvoiceApp app,
String view)
Load view from FXML file.
|
static <C,T> T |
FxmlHelper.loadFxml(PartyInvoiceApp app,
String view,
Class<C> controllerClass,
FxmlHelper.InnerDocumentHandler<C> handler)
Load view from FXML file with a handle for the controller.
|
static javafx.stage.Stage |
FxmlHelper.loadFxmlStage(PartyInvoiceApp app,
String view,
String titleKey)
Load Stage from FXML file.
|
static <C> javafx.stage.Stage |
FxmlHelper.loadFxmlStage(PartyInvoiceApp app,
String view,
String titleKey,
Class<C> controllerClass,
FxmlHelper.StageHandler<C> handler)
Load Stage from FXML file with a handler for the controller.
|
void |
AbstractController.setApp(PartyInvoiceApp app)
Set the app.
|
| Constructor and Description |
|---|
Dialogs(PartyInvoiceApp app)
Create dialogs helper.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResultController.setApp(PartyInvoiceApp app) |
void |
PersonController.setApp(PartyInvoiceApp app) |
void |
InvoicesController.setApp(PartyInvoiceApp app) |
Copyright © 2015 illucIT Software GmbH. All rights reserved.