public abstract class AbstractController extends Object
| Constructor and Description |
|---|
AbstractController() |
| Modifier and Type | Method and Description |
|---|---|
PartyInvoiceApp |
getApp()
Get the app.
|
javafx.stage.Stage |
getStage()
Get the stage.
|
void |
setApp(PartyInvoiceApp app)
Set the app.
|
void |
setStage(javafx.stage.Stage stage)
Set the stage of the controller.
|
public void setApp(PartyInvoiceApp app)
app - party invoice app instancepublic void setStage(javafx.stage.Stage stage)
stage - stagepublic PartyInvoiceApp getApp()
public javafx.stage.Stage getStage()
Copyright © 2015 illucIT Software GmbH. All rights reserved.