public class WizardView extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
close()
closes the window
|
javafx.stage.Stage |
getStage() |
void |
setController(WizardController controller)
sets the controller
|
void |
setEditView(IEditView editView,
boolean canGoBack,
boolean canGoNext)
corresponding to the step the buttons are changed
|
void |
setToRootPane(javafx.scene.Parent pane) |
public void setController(WizardController controller)
controller - controllerpublic void setEditView(IEditView editView, boolean canGoBack, boolean canGoNext)
editView - view of the stepcanGoBack - true if there is a step before this onecanGoNext - true if there is a step after this onepublic void close()
public javafx.stage.Stage getStage()
public void setToRootPane(javafx.scene.Parent pane)
Copyright © 2019. All rights reserved.