Package org.ngengine.gui.win.std
Class NConfirmDialogOptions
java.lang.Object
org.ngengine.gui.win.std.NConfirmDialogOptions
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetText()
setCancelAction
(Consumer<NConfirmDialogWindow> cancelAction) setCancelButtonText
(String cancelButton) setConfirmAction
(Consumer<NConfirmDialogWindow> confirmAction) setConfirmButtonText
(String confirmButton)
-
Field Details
-
text
-
confirmButton
-
cancelButton
-
confirmAction
-
cancelAction
-
-
Constructor Details
-
NConfirmDialogOptions
public NConfirmDialogOptions()
-
-
Method Details
-
getConfirmButtonText
-
getCancelButtonText
-
getText
-
getConfirmAction
-
getCancelAction
-
setText
-
setConfirmButtonText
-
setCancelButtonText
-
setConfirmAction
-
setCancelAction
-