org.eclipse.debug.core.logicalStructureTypes
-laajennuspisteellä, jonka avulla voi määrittää yhden loogisen rakenteen lajin kutakin arvoa kohti.
<!ELEMENT extension (logicalStructureProvider*)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT logicalStructureProvider EMPTY>
<!ATTLIST logicalStructureProvider
class CDATA #REQUIRED
modelIdentifier CDATA #REQUIRED>
ILogicalStructureProvider
-liittymän.
Edellisessä esimerkissä määritetty loogisen rakenteen toimittaja määrittää<extension point=
"org.eclipse.debug.core.logicalStructureProviders"
>
<logicalStructureProvider class=
"com.example.ExampleLogicalStructureProvider"
modelIdentifier=
"com.example.debug.model"
>
</logicalStructureProvider>
</extension>
com.example.debug.model
-vianmääritysmallin arvojen vaihtoehtoiset loogiset rakenteet muuttujanäkymään.
Copyright (c) 2004, 2005 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