Package org.eclipse.ui.internal.browser

Examples of org.eclipse.ui.internal.browser.WebBrowserEditorInput


        try
        {
            if (benchmarkJob.settings.openLogsInEditor)
            {
                getSite().getWorkbenchWindow().getActivePage().openEditor(
                    new WebBrowserEditorInput(
                        benchmarkJob.logFile.toURI().toURL()),
                    WebBrowserEditor.WEB_BROWSER_EDITOR_ID);
            }
        }
        catch (Exception e)
View Full Code Here

TOP

Related Classes of org.eclipse.ui.internal.browser.WebBrowserEditorInput

Copyright © 2018 www.massapicom. 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.