Uses of Class
org.eclipse.nebula.widgets.opal.dialog.Dialog
-
Packages that use Dialog Package Description org.eclipse.nebula.widgets.opal.dialog -
-
Uses of Dialog in org.eclipse.nebula.widgets.opal.dialog
Fields in org.eclipse.nebula.widgets.opal.dialog declared as Dialog Modifier and Type Field Description protected Dialog
DialogArea. parent
Fields in org.eclipse.nebula.widgets.opal.dialog with type parameters of type Dialog Modifier and Type Field Description private java.util.function.Consumer<Dialog>
FooterArea.FooterAction. action
Methods in org.eclipse.nebula.widgets.opal.dialog that return Dialog Modifier and Type Method Description static Dialog
Dialog. buildAskDialog(org.eclipse.swt.widgets.Shell shell, java.lang.String title, java.lang.String text, java.lang.String defaultValue)
Build a dialog box that asks a questionstatic Dialog
Dialog. buildChoiceDialog(org.eclipse.swt.widgets.Shell shell, java.lang.String title, java.lang.String text, int defaultSelection, ChoiceItem... items)
Build a dialog box with a choicestatic Dialog
Dialog. buildConfirmDialog(org.eclipse.swt.widgets.Shell shell, java.lang.String title, java.lang.String text, int timer)
Build a dialog box that asks the user a confirmation.static Dialog
Dialog. buildErrorDialog(org.eclipse.swt.widgets.Shell shell, java.lang.String title, java.lang.String errorMessage)
Build a dialog box that displays an error messagestatic Dialog
Dialog. buildExceptionDialog(java.lang.Throwable exception)
Build a dialog box with an exceptionstatic Dialog
Dialog. buildInformDialog(org.eclipse.swt.widgets.Shell shell, java.lang.String title, java.lang.String text)
Build a dialog box that inform the userstatic Dialog
Dialog. buildRadioChoiceDialog(org.eclipse.swt.widgets.Shell shell, java.lang.String title, java.lang.String text, int defaultSelection, java.lang.String... values)
Build a dialog box with a radio choiceMethods in org.eclipse.nebula.widgets.opal.dialog that return types with arguments of type Dialog Modifier and Type Method Description java.util.function.Consumer<Dialog>
FooterArea.FooterAction. getAction()
Method parameters in org.eclipse.nebula.widgets.opal.dialog with type arguments of type Dialog Modifier and Type Method Description FooterArea
FooterArea. addFooterAction(java.util.function.Supplier<java.lang.String> label, java.util.function.Consumer<Dialog> action, org.eclipse.swt.graphics.Image... images)
Constructors in org.eclipse.nebula.widgets.opal.dialog with parameters of type Dialog Constructor Description DialogArea(Dialog parent)
ConstructorFooterArea(Dialog parent)
ConstructorMessageArea(Dialog parent)
ConstructorConstructor parameters in org.eclipse.nebula.widgets.opal.dialog with type arguments of type Dialog Constructor Description FooterAction(java.util.function.Supplier<java.lang.String> label, java.util.function.Consumer<Dialog> action, org.eclipse.swt.graphics.Image... images)
-