Uses of Package
org.controlsfx.dialog
-
Packages that use org.controlsfx.dialog Package Description org.controlsfx.dialog A package containing a powerful (yet easy to use) dialogs API for showing modal dialogs in JavaFX-based applications. -
Classes in org.controlsfx.dialog used by org.controlsfx.dialog Class Description CommandLinksDialog.CommandLinksButtonType Command link type buttons to be used inCommandLinksDialog
s.Wizard The API for creating multi-page Wizards, based on JavaFXDialog
API.
Wizard can be setup in following few steps:Wizard.Flow Represents the page flow of the wizard.WizardPane WizardPane is the base class for all wizard pages.