org.eclipse.cdt.internal.ui.search
Class PDOMSearchTextSelectionQuery

java.lang.Object
  extended by org.eclipse.cdt.internal.ui.search.PDOMSearchQuery
      extended by org.eclipse.cdt.internal.ui.search.PDOMSearchTextSelectionQuery
All Implemented Interfaces:
org.eclipse.search.ui.ISearchQuery

public class PDOMSearchTextSelectionQuery
extends PDOMSearchQuery

Author:
Doug Schaefer

Field Summary
 
Fields inherited from class org.eclipse.cdt.internal.ui.search.PDOMSearchQuery
FIND_ALL_OCCURANCES, FIND_DECLARATIONS, FIND_DECLARATIONS_DEFINITIONS, FIND_DEFINITIONS, FIND_REFERENCES
 
Constructor Summary
PDOMSearchTextSelectionQuery(org.eclipse.cdt.core.model.ICElement[] scope, org.eclipse.cdt.core.model.ITranslationUnit tu, org.eclipse.jface.text.ITextSelection selection, int flags)
           
 
Method Summary
 java.lang.String getLabel()
           
 
Methods inherited from class org.eclipse.cdt.internal.ui.search.PDOMSearchQuery
canRerun, canRunInBackground, getSearchResult, run
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PDOMSearchTextSelectionQuery

public PDOMSearchTextSelectionQuery(org.eclipse.cdt.core.model.ICElement[] scope,
                                    org.eclipse.cdt.core.model.ITranslationUnit tu,
                                    org.eclipse.jface.text.ITextSelection selection,
                                    int flags)
Method Detail

getLabel

public java.lang.String getLabel()
Specified by:
getLabel in interface org.eclipse.search.ui.ISearchQuery
Overrides:
getLabel in class PDOMSearchQuery