viewtify

viewtify

ViewtyDialog<T>

  • T

The specialized dialog builder.

title(Stringtitle)ViewtyDialogT

Stringtitle

A title.

ViewtyDialogT

Chainable API.

Configure title of this dialog.

title(kiss.VariableStringtitle)ViewtyDialogT

kiss.VariableStringtitle

A title.

ViewtyDialogT

Chainable API.

Configure title of this dialog.

style(javafx.stage.StageStylestyle)ViewtyDialogT

javafx.stage.StageStylestyle

A dialog style.

ViewtyDialogT

Chainable API.

Configure style of this dialog.

modal(javafx.stage.Modalitymodality)ViewtyDialogT

javafx.stage.Modalitymodality

A dialog modality.

ViewtyDialogT

Chainable API.

Configure modality of this dialog.

button(ButtonTypebuttons)ViewtyDialogT

ButtonTypebuttons
ViewtyDialogT

Configure the button set of this dialog.

button(StringbuttonOK, StringbuttonOthers)ViewtyDialogT

StringbuttonOK
StringbuttonOthers
ViewtyDialogT

Configure the button set of this dialog.

translatable()ViewtyDialogT

ViewtyDialogT

Configure automatic translation of this dialog.

disableButtons(booleandisable)ViewtyDialogT

booleandisable
ViewtyDialogT

Configure the button enable / disable.

disableCloseButton(booleandisable)ViewtyDialogT

booleandisable
ViewtyDialogT

Configure the close button enable / disable.

disableSystemButtonOrder()ViewtyDialogT

ViewtyDialogT

Configure the button order.

fadable()ViewtyDialogT

ViewtyDialogT

Congifure the loading effect.

fadable(javafx.geometry.Sidesliding)ViewtyDialogT

javafx.geometry.Sidesliding
ViewtyDialogT

Congifure the loading effect.

blurable()ViewtyDialogT

ViewtyDialogT

Congifure the loading effect.

unblockable()ViewtyDialogT

ViewtyDialogT

Congifure the loading mode.

width(intwidth)ViewtyDialogT

intwidth
ViewtyDialogT

Configure the size of dialog.

height(intheight)ViewtyDialogT

intheight
ViewtyDialogT

Configure the size of dialog.

location(doublex, doubley)ViewtyDialogT

doublex

A location of x-axis.

doubley

A location of y-axis.

ViewtyDialogT

Configure the location of dialog.

location(Nodesource, org.controlsfx.control.PopOver.ArrowLocationarrow)ViewtyDialogT

Nodesource

A invoker node.

org.controlsfx.control.PopOver.ArrowLocationarrow

Specify the ground plane of the Invoker Node and pop-up area.

ViewtyDialogT

Configure the location of dialog.

size(intwidth, intheight)ViewtyDialogT

intwidth
intheight
ViewtyDialogT

Configure the size of dialog.

show(ClassDview)kiss.VariableV

V
DDialogViewV
ClassDview
kiss.VariableV

Show and wait dialog.

show(Dview)kiss.VariableV

V
DDialogViewV
Dview
kiss.VariableV

Show and wait dialog.

show(ClassDview, kiss.WiseConsumerDinitializer)kiss.VariableV

V
DDialogViewV
ClassDview
kiss.WiseConsumerDinitializer
kiss.VariableV

Show and wait dialog.

show(Dview, kiss.WiseConsumerDinitializer)kiss.VariableV

V
DDialogViewV
Dview
kiss.WiseConsumerDinitializer
kiss.VariableV

Show and wait dialog.

show(AlertTypetype, Stringmessage)kiss.VariableButtonType

AlertTypetype
Stringmessage
kiss.VariableButtonType

Show the notification dialog.

show(AlertTypetype, kiss.VariableStringmessage)kiss.VariableButtonType

AlertTypetype
kiss.VariableStringmessage
kiss.VariableButtonType

Show the notification dialog.

showDirectory()kiss.Variablepsychopath.Directory

kiss.Variablepsychopath.Directory

Show the directory chooser dialog.

showDirectory(psychopath.Directoryinitial)kiss.Variablepsychopath.Directory

psychopath.Directoryinitial
kiss.Variablepsychopath.Directory

Show the directory chooser dialog.

showFile()kiss.Variablepsychopath.File

kiss.Variablepsychopath.File

Show the file chooser dialog.

showFile(psychopath.Directoryinitial, javafx.stage.FileChooser.ExtensionFilterfilter)kiss.Variablepsychopath.File

psychopath.Directoryinitial
javafx.stage.FileChooser.ExtensionFilterfilter
kiss.Variablepsychopath.File

Show the file chooser dialog.

showInput(Stringmessage)kiss.VariableString

Stringmessage
kiss.VariableString

Show the text input dialog.

showInput(Stringmessage, StringdefaultValue)kiss.VariableString

Stringmessage
StringdefaultValue
kiss.VariableString

Show the text input dialog.

showInput(Stringmessage, kiss.WiseConsumerUITextStringsetting)kiss.VariableString

Stringmessage
kiss.WiseConsumerUITextStringsetting
kiss.VariableString

Show the text input dialog.

showPopup(SupplierUserInterfaceProvider?Nodebuilder)void

SupplierUserInterfaceProvider?Nodebuilder

showPrintPreview(javafx.scene.image.WritableImageimages)kiss.VariablePrintInfo

javafx.scene.image.WritableImageimages
kiss.VariablePrintInfo

Show the print preview dialog.

showWizard(Class?DialogViewVviews)kiss.VariableV

V
Class?DialogViewVviews
kiss.VariableV

showWizard(Vvalue, Class?DialogViewVviews)kiss.VariableV

V
Vvalue
Class?DialogViewVviews
kiss.VariableV

close()void

Close all dialogs.