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 class
LinearFlow is an implementation of theWizard.Flow
interface, 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.Flow
Wizard.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.Flow
property represents the flow of pages in the wizard.Methods in org.controlsfx.dialog with parameters of type Wizard.FlowModifier and TypeMethodDescriptionfinal void
Wizard.setFlow
(Wizard.Flow flow) Sets theWizard.Flow
, which represents the flow of pages in the wizard.