<!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
実装の完全修飾クラス名。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