Package org.eclipse.search.internal.ui

Examples of org.eclipse.search.internal.ui.OpenSearchDialogAction


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

    action = new OpenSearchDialogAction();
    fOccurrencesGroup = new OccurrencesSearchGroup(editor);
  }
View Full Code Here


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

TOP

Related Classes of org.eclipse.search.internal.ui.OpenSearchDialogAction

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.