Package org.eclipse.search.ui

Examples of org.eclipse.search.ui.ISearchQuery.canRunInBackground()


            NewSearchUI.activateSearchResultView();

            if (matchText != null && type != null) {
              ISearchQuery searchQuery = getSearchQuery(file, structuredDocument, matchText, type, textSelection);
              if (searchQuery != null) {
                if (searchQuery.canRunInBackground())
                  NewSearchUI.runQueryInBackground(searchQuery);
                else
                  NewSearchUI.runQueryInForeground(null, searchQuery);
              }
              findOccurrences = true;
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.