Package org.eclipse.ui.help

Examples of org.eclipse.ui.help.AbstractHelpUI.resolve()


   * @see org.eclipse.ui.help.IWorkbenchHelpSystem#resolve(java.lang.String, boolean)
   */
  public URL resolve(String href, boolean documentOnly) {
    AbstractHelpUI helpUI = getHelpUI();
    if (helpUI != null) {
      return helpUI.resolve(href, documentOnly);
    }
    return null;
  }
 
  /*
 
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.