org.eclipse.emf.ecp.edit.internal.swt.util
Interface DialogWrapper
- All Known Implementing Classes:
- RAPWrapper
public interface DialogWrapper
Interface to provide a wrapper for opening JFace dialogs.
- Author:
- Eugen Neufeld
Method Summary |
void |
openDialog(org.eclipse.jface.dialogs.Dialog dialog,
ECPDialogExecutor callBack)
The wrapper opens the provided JFace Dialog and returns the result via the provided callback. |
openDialog
void openDialog(org.eclipse.jface.dialogs.Dialog dialog,
ECPDialogExecutor callBack)
- The wrapper opens the provided JFace Dialog and returns the result via the provided callback.
- Parameters:
dialog
- the JFace Dialog
callBack
- the ECPDialogExecutor
called
Copyright © 2014. All Rights Reserved.