Interface DialogWrapper

  • All Known Implementing Classes:
    RAPWrapper

    public interface DialogWrapper
    Interface to provide a wrapper for opening JFace dialogs.
    Author:
    Eugen Neufeld
    • Method Detail

      • 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