Class WizardPane

All Implemented Interfaces:
Styleable, EventTarget

public class WizardPane extends DialogPane
WizardPane is the base class for all wizard pages. The API is essentially the DialogPane, with the addition of convenience methods related to entering and exiting the page.
  • Constructor Details

    • WizardPane

      public WizardPane()
      Creates an instance of wizard pane.
  • Method Details

    • onEnteringPage

      public void onEnteringPage(Wizard wizard)
      Called on entering a page. This is a good place to read values from wizard settings and assign them to controls on the page
      Parameters:
      wizard - which page will be used on
    • onExitingPage

      public void onExitingPage(Wizard wizard)
      Called on existing the page. This is a good place to read values from page controls and store them in wizard settings
      Parameters:
      wizard - which page was used on