Uses of Interface
org.controlsfx.dialog.Wizard.Flow
-
Packages that use Wizard.Flow Package Description org.controlsfx.dialog 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.Flow Modifier and Type Class Description static class
Wizard.LinearFlow
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.Flow Modifier and Type Method Description 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.Flow Modifier and Type Method Description javafx.beans.property.ObjectProperty<Wizard.Flow>
Wizard. flowProperty()
Methods in org.controlsfx.dialog with parameters of type Wizard.Flow Modifier and Type Method Description void
Wizard. setFlow(Wizard.Flow flow)
Sets theWizard.Flow
, which represents the flow of pages in the wizard.
-