public abstract class ECPDialogExecutor extends Object
| Constructor and Description | 
|---|
| ECPDialogExecutor(org.eclipse.jface.dialogs.Dialog dialog)Constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | execute()This is the method to run the  ECPDialogExecutor. | 
| abstract void | handleResult(int codeResult)Callback method which will get notified when the user presses a button leading to a close of the dialog. | 
public ECPDialogExecutor(org.eclipse.jface.dialogs.Dialog dialog)
dialog - the Dialog to showpublic abstract void handleResult(int codeResult)
codeResult - the result code of the dialog. Constants are defined in Windowpublic void execute()
ECPDialogExecutor.Copyright © 2019. All rights reserved.