<!ELEMENT extension (consolePageParticipant)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT consolePageParticipant (enablement)>
<!ATTLIST consolePageParticipant
id CDATA #REQUIRED
class CDATA #REQUIRED>
IConsolePageParticipant
megvalósítását végző
Java osztály teljes képzésű nevét adja meg.A fenti példában a felvett konzololdal-résztvevő kerül felhasználásra minden "com.example.ExampleConsole" típusú konzol esetén.<extension point=
"org.eclipse.ui.console.consolePageParticipant"
>
<consolePageParticipant class=
"com.example.ExamplePageParticipant"
id=
"com.example.ExamplePageParticipant"
>
<enablement>
<instanceof value=
"com.example.ExampleConsole"
/>
</enablement>
</consolePageParticipant>
</extension>
Copyright (c) 2000, 2005 IBM Corporation és mások.
Minden jog fenntartva. Jelen program és annak kísérőanyagai a csomaghoz
tartozó, illetve a
http://www.eclipse.org/legal/epl-v10.html
címen is elérhető Eclipse Public License 1.0 verziójának hatálya alatt lettek
közzétéve.