viewtify
ViewtyDialog
<T
>
T
>T
The specialized dialog builder.
title
(String
title
)
ViewtyDialogT
String
title
)T
String title |
A title. |
ViewtyDialog |
Chainable API. |
Configure title of this dialog.
title
(kiss.VariableString
title
)
ViewtyDialogT
kiss.VariableString
title
)T
kiss.Variable title |
A title. |
ViewtyDialog |
Chainable API. |
Configure title of this dialog.
style
(javafx.stage.StageStyle
style
)
ViewtyDialogT
javafx.stage.StageStyle
style
)T
javafx.stage.StageStyle style |
A dialog style. |
ViewtyDialog |
Chainable API. |
Configure style of this dialog.
modal
(javafx.stage.Modality
modality
)
ViewtyDialogT
javafx.stage.Modality
modality
)T
javafx.stage.Modality modality |
A dialog modality. |
ViewtyDialog |
Chainable API. |
Configure modality of this dialog.
button
(ButtonType
buttons
)
ViewtyDialogT
ButtonType
buttons
)T
ButtonType buttons |
|
ViewtyDialog |
Configure the button set of this dialog.
button
(String
buttonOK
, String
buttonOthers
)
ViewtyDialogT
String
buttonOK
, String
buttonOthers
)T
String buttonOK |
|
String buttonOthers |
|
ViewtyDialog |
Configure the button set of this dialog.
translatable
()
ViewtyDialogT
T
ViewtyDialog |
Configure automatic translation of this dialog.
disableButtons
(boolean
disable
)
ViewtyDialogT
boolean
disable
)T
boolean disable |
|
ViewtyDialog |
Configure the button enable / disable.
disableCloseButton
(boolean
disable
)
ViewtyDialogT
boolean
disable
)T
boolean disable |
|
ViewtyDialog |
Configure the close button enable / disable.
disableSystemButtonOrder
()
ViewtyDialogT
T
ViewtyDialog |
Configure the button order.
fadable
()
ViewtyDialogT
T
ViewtyDialog |
Congifure the loading effect.
fadable
(javafx.geometry.Side
sliding
)
ViewtyDialogT
javafx.geometry.Side
sliding
)T
javafx.geometry.Side sliding |
|
ViewtyDialog |
Congifure the loading effect.
blurable
()
ViewtyDialogT
T
ViewtyDialog |
Congifure the loading effect.
unblockable
()
ViewtyDialogT
T
ViewtyDialog |
Congifure the loading mode.
width
(int
width
)
ViewtyDialogT
int
width
)T
int width |
|
ViewtyDialog |
Configure the size of dialog.
height
(int
height
)
ViewtyDialogT
int
height
)T
int height |
|
ViewtyDialog |
Configure the size of dialog.
location
(double
x
, double
y
)
ViewtyDialogT
double
x
, double
y
)T
double x |
A location of x-axis. |
double y |
A location of y-axis. |
ViewtyDialog |
Configure the location of dialog.
location
(Node
source
, org.controlsfx.control.PopOver.ArrowLocation
arrow
)
ViewtyDialogT
Node
source
, org.controlsfx.control.PopOver.ArrowLocation
arrow
)T
Node source |
A invoker node. |
org.controlsfx.control.PopOver.ArrowLocation arrow |
Specify the ground plane of the Invoker Node and pop-up area. |
ViewtyDialog |
Configure the location of dialog.
size
(int
width
, int
height
)
ViewtyDialogT
int
width
, int
height
)T
int width |
|
int height |
|
ViewtyDialog |
Configure the size of dialog.
show
(ClassD
view
)
kiss.VariableV
ClassD
view
)V
V |
|
D
|
|
Class view |
|
kiss.Variable |
Show and wait dialog.
show
(D
view
)
kiss.VariableV
D
view
)V
V |
|
D
|
|
D view |
|
kiss.Variable |
Show and wait dialog.
show
(ClassD
view
, kiss.WiseConsumerD
initializer
)
kiss.VariableV
ClassD
view
, kiss.WiseConsumerD
initializer
)V
V |
|
D
|
|
Class view |
|
kiss.WiseConsumer initializer |
|
kiss.Variable |
Show and wait dialog.
show
(D
view
, kiss.WiseConsumerD
initializer
)
kiss.VariableV
D
view
, kiss.WiseConsumerD
initializer
)V
V |
|
D
|
|
D view |
|
kiss.WiseConsumer initializer |
|
kiss.Variable |
Show and wait dialog.
show
(AlertType
type
, String
message
)
kiss.VariableButtonType
AlertType
type
, String
message
)ButtonType
AlertType type |
|
String message |
|
kiss.Variable |
Show the notification dialog.
show
(AlertType
type
, kiss.VariableString
message
)
kiss.VariableButtonType
AlertType
type
, kiss.VariableString
message
)ButtonType
AlertType type |
|
kiss.Variable message |
|
kiss.Variable |
Show the notification dialog.
showDirectory
()
kiss.Variablepsychopath.Directory
psychopath.Directory
kiss.Variable |
Show the directory chooser dialog.
showDirectory
(psychopath.Directory
initial
)
kiss.Variablepsychopath.Directory
psychopath.Directory
initial
)psychopath.Directory
psychopath.Directory initial |
|
kiss.Variable |
Show the directory chooser dialog.
showFile
()
kiss.Variablepsychopath.File
psychopath.File
kiss.Variable |
Show the file chooser dialog.
showFile
(psychopath.Directory
initial
, javafx.stage.FileChooser.ExtensionFilter
filter
)
kiss.Variablepsychopath.File
psychopath.Directory
initial
, javafx.stage.FileChooser.ExtensionFilter
filter
)psychopath.File
psychopath.Directory initial |
|
javafx.stage.FileChooser.ExtensionFilter filter |
|
kiss.Variable |
Show the file chooser dialog.
showInput
(String
message
)
kiss.VariableString
String
message
)String
String message |
|
kiss.Variable |
Show the text input dialog.
showInput
(String
message
, String
defaultValue
)
kiss.VariableString
String
message
, String
defaultValue
)String
String message |
|
String defaultValue |
|
kiss.Variable |
Show the text input dialog.
showInput
(String
message
, kiss.WiseConsumerUITextString
setting
)
kiss.VariableString
String
message
, kiss.WiseConsumerUITextString
setting
)String
String message |
|
kiss.WiseConsumer setting |
|
kiss.Variable |
Show the text input dialog.
showPopup
(SupplierUserInterfaceProvider?
Node
builder
)
void
SupplierUserInterfaceProvider?
Node
builder
)Supplier builder |
showPrintPreview
(javafx.scene.image.WritableImage
images
)
kiss.VariablePrintInfo
javafx.scene.image.WritableImage
images
)PrintInfo
javafx.scene.image.WritableImage images |
|
kiss.Variable |
Show the print preview dialog.
showWizard
(Class?
DialogViewV
views
)
kiss.VariableV
Class?
DialogViewV
views
)V
V |
|
Class views |
|
kiss.Variable |
showWizard
(V
value
, Class?
DialogViewV
views
)
kiss.VariableV
V
value
, Class?
DialogViewV
views
)V
V |
|
V value |
|
Class views |
|
kiss.Variable |
close
()
void
Close all dialogs.