<!ELEMENT extension (viewPage)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED>
<!ELEMENT viewPage EMPTY>
<!ATTLIST viewPage
searchResultClass CDATA #REQUIRED
class CDATA #REQUIRED
id CDATA #REQUIRED>
ISearchResult
implementation this search result page supposed to show.org.eclipse.search.ui.ISearchResultPage
.
<extension id=
"FileSearchPage"
point=
"org.eclipse.search.searchResultViewPages"
>
<viewPage id=
"org.eclipse.search.text.FileSearchResultPage"
searchResultClass=
"org.eclipse.search.internal.ui.text.FileSearchResult"
class=
"org.eclipse.search.internal.ui.text.FileSearchPage"
>
</viewPage>
</extension>
org.eclipse.search.ui.ISearchResultPage
Copyright (c) 2001, 2004 IBM Corporation and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html