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 DialogDialogArea. parentFields 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. actionMethods in org.eclipse.nebula.widgets.opal.dialog that return Dialog Modifier and Type Method Description static DialogDialog. 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 DialogDialog. 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 DialogDialog. 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 DialogDialog. buildErrorDialog(org.eclipse.swt.widgets.Shell shell, java.lang.String title, java.lang.String errorMessage)Build a dialog box that displays an error messagestatic DialogDialog. buildExceptionDialog(java.lang.Throwable exception)Build a dialog box with an exceptionstatic DialogDialog. buildInformDialog(org.eclipse.swt.widgets.Shell shell, java.lang.String title, java.lang.String text)Build a dialog box that inform the userstatic DialogDialog. 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 FooterAreaFooterArea. 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)
-