<!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
label CDATA #IMPLIED
icon CDATA #IMPLIED>
ISearchResult
-toteutuksen tarkka luokkanimi, joka tällä hakutulossivulla näytetään.org.eclipse.search.ui.ISearchResultPage
-liittymä.
<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
-liittymä.
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