Examples of OccurrencesSearchGroup


Examples of org.eclipse.php.ui.actions.OccurrencesSearchGroup

   * @param part
   */
  public PHPSearchActionGroup(IWorkbenchSite site) {
    fEditor = null;
    action = new OpenSearchDialogAction();
    fOccurrencesGroup = new OccurrencesSearchGroup(site);
  }
View Full Code Here

Examples of org.eclipse.php.ui.actions.OccurrencesSearchGroup

  public PHPSearchActionGroup(PHPStructuredEditor editor) {
    Assert.isNotNull(editor);
    this.fEditor = editor;

    action = new OpenSearchDialogAction();
    fOccurrencesGroup = new OccurrencesSearchGroup(editor);
  }
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.