public final class DialogOpener extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
openDialog(org.eclipse.jface.dialogs.Dialog dialog,
ECPDialogExecutor callBack)
The provided
Dialog is opened and the result is returned via the provided ECPDialogExecutor. |
public static void openDialog(org.eclipse.jface.dialogs.Dialog dialog,
ECPDialogExecutor callBack)
Dialog is opened and the result is returned via the provided ECPDialogExecutor.
This method searches for a DialogWrapper which will wrap the code in order to allow opening JFace dialogs in RAP.dialog - the JFace Dialog to opencallBack - the ECPDialogExecutor called to handle the resultCopyright © 2016. All rights reserved.