org.eclipse.emf.ecp.rap.spi.util
Class RAPWrapper

java.lang.Object
  extended by 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

Constructor Summary
RAPWrapper()
           
 
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.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RAPWrapper

public RAPWrapper()
Method Detail

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
See Also:
DialogWrapper.openDialog(org.eclipse.jface.dialogs.Dialog, org.eclipse.emf.ecp.edit.internal.swt.util.ECPDialogExecutor)


Copyright © 2014. All Rights Reserved.