org.eclipse.emf.ecp.rap.spi.util
Class RAPWrapper
java.lang.Object
org.eclipse.emf.ecp.rap.spi.util.RAPWrapper
- All Implemented Interfaces:
- DialogWrapper
public class RAPWrapper
- extends Object
- implements DialogWrapper
The RAP Wrapper for JFace Dialog class.
- 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. |
RAPWrapper
public RAPWrapper()
openDialog
public 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.
- Specified by:
openDialog
in interface DialogWrapper
- Parameters:
dialog
- the JFace Dialog
callBack
- the ECPDialogExecutor
called- Since:
- 1.5
- See Also:
DialogWrapper.openDialog(org.eclipse.jface.dialogs.Dialog,
org.eclipse.emf.ecp.edit.spi.swt.util.ECPDialogExecutor)
Copyright © 2015. All Rights Reserved.