com.joanju.cg.search
Class FileSearchResult

java.lang.Object
  extended by AbstractTextSearchResult
      extended by com.joanju.cg.search.FileSearchResult

public class FileSearchResult
extends AbstractTextSearchResult


Constructor Summary
FileSearchResult(FileSearchQuery job)
           
 
Method Summary
 Match[] computeContainedMatches(AbstractTextSearchResult result, IFile file)
           
 IEditorMatchAdapter getEditorMatchAdapter()
           
 IFile getFile(java.lang.Object element)
           
 IFileMatchAdapter getFileMatchAdapter()
           
 ImageDescriptor getImageDescriptor()
           
 java.lang.String getLabel()
           
 ISearchQuery getQuery()
           
 java.lang.String getTooltip()
           
 boolean isShownInEditor(Match match, IEditorPart editor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileSearchResult

public FileSearchResult(FileSearchQuery job)
Method Detail

getImageDescriptor

public ImageDescriptor getImageDescriptor()

getLabel

public java.lang.String getLabel()

getTooltip

public java.lang.String getTooltip()

computeContainedMatches

public Match[] computeContainedMatches(AbstractTextSearchResult result,
                                       IFile file)

getFile

public IFile getFile(java.lang.Object element)

isShownInEditor

public boolean isShownInEditor(Match match,
                               IEditorPart editor)

getQuery

public ISearchQuery getQuery()

getFileMatchAdapter

public IFileMatchAdapter getFileMatchAdapter()

getEditorMatchAdapter

public IEditorMatchAdapter getEditorMatchAdapter()


Copyright © 2008 Joanju Software. All Rights Reserved.