Uses of Enum
com.dlsc.gemsfx.DialogPane.Type
-
Uses of DialogPane.Type in com.dlsc.gemsfx
Modifier and TypeMethodDescriptionfinal DialogPane.Type
DialogPane.Dialog.getType()
static DialogPane.Type
Returns the enum constant of this type with the specified name.static DialogPane.Type[]
DialogPane.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionfinal <T> DialogPane.Dialog<T>
DialogPane.showNode
(DialogPane.Type type, String title, javafx.scene.Node node) final <T> DialogPane.Dialog<T>
DialogPane.showNode
(DialogPane.Type type, String title, javafx.scene.Node node, boolean maximize) final <T> DialogPane.Dialog<T>
DialogPane.showNode
(DialogPane.Type type, String title, javafx.scene.Node node, boolean maximize, List<javafx.scene.control.ButtonType> buttons) final <T> DialogPane.Dialog<T>
DialogPane.showNode
(DialogPane.Type type, String title, javafx.scene.Node node, boolean maximize, List<javafx.scene.control.ButtonType> buttons, boolean sameWidthButtons) final <T> DialogPane.Dialog<T>
DialogPane.showNode
(DialogPane.Type type, String title, javafx.scene.Node node, boolean maximize, List<javafx.scene.control.ButtonType> buttons, boolean sameWidthButtons, javafx.beans.property.BooleanProperty validProperty) final <T> DialogPane.Dialog<T>
DialogPane.showNode
(DialogPane.Type type, String title, javafx.scene.Node node, List<javafx.scene.control.ButtonType> buttons)