Class StandaloneWizardPage<T extends java.util.Optional<?>,​C extends WizardPageController<T>>

java.lang.Object
bayern.steinbrecher.wizard.WizardPage<T,​C>
bayern.steinbrecher.wizard.StandaloneWizardPage<T,​C>

public abstract class StandaloneWizardPage<T extends java.util.Optional<?>,​C extends WizardPageController<T>>
extends WizardPage<T,​C>
Represents a WizardPage which can be shown without being embedded into a Wizard.
Since:
1.23
Author:
Stefan Huber
  • Constructor Details

    • StandaloneWizardPage

      protected StandaloneWizardPage​(@NotNull @NotNull java.lang.String fxmlPath, @Nullable @Nullable java.util.ResourceBundle bundle)
      Since:
      1.26
  • Method Details

    • generateStandalonePage

      public javafx.scene.layout.Pane generateStandalonePage​(@NotNull @NotNull javafx.stage.Stage stage, @NotNull @NotNull java.lang.String closeText) throws javafx.fxml.LoadException
      Throws:
      javafx.fxml.LoadException
      Since:
      1.26