}
// javadoc inherited - this implementation based on
// org.eclipse.search.internal.ui.text.FileSearchResult
public IFileMatchAdapter getFileMatchAdapter() {
return new IFileMatchAdapter() {
public Match[] computeContainedMatches(
AbstractTextSearchResult result, IFile file) {
return getMatches(file);
}