Uses of Interface
org.controlsfx.dialog.Wizard.Flow
Packages that use Wizard.Flow
Package
Description
A package containing a powerful (yet easy to use) dialogs API for showing
modal dialogs in JavaFX-based applications.
-
Uses of Wizard.Flow in org.controlsfx.dialog
Classes in org.controlsfx.dialog that implement Wizard.FlowModifier and TypeClassDescriptionstatic classLinearFlow is an implementation of theWizard.Flowinterface, designed to support the most common type of wizard flow - namely, a linear wizard page flow (i.e. through all pages in the order that they are specified).Methods in org.controlsfx.dialog that return Wizard.FlowModifier and TypeMethodDescriptionfinal Wizard.FlowWizard.getFlow()Returns the currently setWizard.Flow, which represents the flow of pages in the wizard.Methods in org.controlsfx.dialog that return types with arguments of type Wizard.FlowModifier and TypeMethodDescriptionfinal javafx.beans.property.ObjectProperty<Wizard.Flow> Wizard.flowProperty()TheWizard.Flowproperty represents the flow of pages in the wizard.Methods in org.controlsfx.dialog with parameters of type Wizard.FlowModifier and TypeMethodDescriptionfinal voidWizard.setFlow(Wizard.Flow flow) Sets theWizard.Flow, which represents the flow of pages in the wizard.