Module org.controlsfx.controls
Package org.controlsfx.dialog
package org.controlsfx.dialog
A package containing a powerful (yet easy to use) dialogs API for showing
modal dialogs in JavaFX-based applications.
-
ClassDescription
Dialogcontaining command links.Command link type buttons to be used inCommandLinksDialogs.Dialogfor selecting and previewing fonts.
The list of fonts will contain all the font families installed on the user's system, as per JavaFXFont.getFamilies().User loginDialogwith a username and a password field.
The input fields are clearable by default (can be emptied with a button).The API for creating multi-page Wizards, based on JavaFXDialogAPI.
Wizard can be setup in following few steps:Represents the page flow of the wizard.LinearFlow is an implementation of theWizard.Flowinterface, designed to support the most common type of wizard flow - namely, a linear wizard page flow (i.e.WizardPane is the base class for all wizard pages.