TPTP 4.5.0 Testing Tools Project
Internal API Specification

org.eclipse.hyades.test.ui.internal.search
Class TestLogSearchResult

java.lang.Object
  extended by org.eclipse.search.ui.text.AbstractTextSearchResult
      extended by org.eclipse.hyades.test.ui.internal.search.TestLogSearchResult
All Implemented Interfaces:
org.eclipse.search.ui.ISearchResult

public class TestLogSearchResult
extends org.eclipse.search.ui.text.AbstractTextSearchResult


Constructor Summary
TestLogSearchResult(TestLogSearchQuery sQuery)
           
 
Method Summary
 org.eclipse.search.ui.text.IEditorMatchAdapter getEditorMatchAdapter()
           
 org.eclipse.search.ui.text.IFileMatchAdapter getFileMatchAdapter()
           
 org.eclipse.jface.resource.ImageDescriptor getImageDescriptor()
           
 java.lang.String getLabel()
           
 org.eclipse.search.ui.ISearchQuery getQuery()
           
 java.lang.String getTooltip()
           
 
Methods inherited from class org.eclipse.search.ui.text.AbstractTextSearchResult
addListener, addMatch, addMatches, fireChange, getActiveMatchFilters, getAllMatchFilters, getElements, getMatchCount, getMatchCount, getMatches, removeAll, removeListener, removeMatch, removeMatches, setActiveMatchFilters
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestLogSearchResult

public TestLogSearchResult(TestLogSearchQuery sQuery)
Method Detail

getEditorMatchAdapter

public org.eclipse.search.ui.text.IEditorMatchAdapter getEditorMatchAdapter()
Specified by:
getEditorMatchAdapter in class org.eclipse.search.ui.text.AbstractTextSearchResult

getFileMatchAdapter

public org.eclipse.search.ui.text.IFileMatchAdapter getFileMatchAdapter()
Specified by:
getFileMatchAdapter in class org.eclipse.search.ui.text.AbstractTextSearchResult

getLabel

public java.lang.String getLabel()

getTooltip

public java.lang.String getTooltip()

getImageDescriptor

public org.eclipse.jface.resource.ImageDescriptor getImageDescriptor()

getQuery

public org.eclipse.search.ui.ISearchQuery getQuery()

TPTP 4.5.0 Testing Tools Project
Internal API Specification