Package com.onpositive.gae.tools.core

Examples of com.onpositive.gae.tools.core.LogViewPart


  protected void openViewer(IJavaProject project, String url)
      throws PartInitException {
    try {
      IJavaProject javaGaeProject = project;
      if (javaGaeProject != null) {
        LogViewPart showView = (LogViewPart) getPage()
            .showView(
                "com.onpositive.gae.tools.core.logview");
        showView.setProject(javaGaeProject);
        showView.setUrl(url,debug);
      }
    } catch (PartInitException e) {
      Activator.log(e);
    }
  }
View Full Code Here

TOP

Related Classes of com.onpositive.gae.tools.core.LogViewPart

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.