Package org.eclipse.ui.help

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


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