<!ELEMENT extension (queryParticipant)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT queryParticipant EMPTY>
<!ATTLIST queryParticipant
class CDATA #REQUIRED
id CDATA #REQUIRED
nature CDATA #REQUIRED
name CDATA #REQUIRED>
<extension point=
"org.eclipse.jdt.ui.queryParticipants"
>
<queryParticipant label=
"Example Query Participant"
nature=
"org.eclipse.jdt.core.javanature"
class=
"org.eclipse.jdt.ui.example.TestParticipant"
id=
"org.eclipse.jdt.ui.example.TestParticipant"
>
</queryParticipant>
</extension>
org.eclipse.jdt.ui.search.IQueryParticipant
felületet kell megvalósítania.
Copyright (c) 2001, 2005 IBM Corporation és mások.
Minden jog fenntartva. Jelen program és annak kísérőanyagai a csomaghoz tartozó
és a
http://www.eclipse.org/legal/epl-v10.html
címen elérhető Eclipse Public License 1.0 verziójának hatálya alatt lettek
közzétéve.