Package org.eclipse.ui.progress

Examples of org.eclipse.ui.progress.IWorkbenchSiteProgressService.runInUI()


        /*
         * Doc is ambiguous, but it must be run from the UI thread -
         * https://bugs.eclipse.org/bugs/show_bug.cgi?id=165180
         */
        try {
          jobService.runInUI(workbenchWindow, this, (ISchedulingRule) editor.getEditorPart().getEditorInput().getAdapter(IResource.class));
        }
        catch (InvocationTargetException e) {
          Logger.logException(e);
        }
        catch (InterruptedException e) {
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.