org.eclipse.debug.core.logicalStructureTypes
,
som tillater en logisk strukturtype per verdi.
<!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
.
I eksempelet ovenfor blir den oppgitte logiske strukturleverandøren konsultert for alternative logiske strukturer for verdiene fra feilsøkingsmodellen<extension point=
"org.eclipse.debug.core.logicalStructureProviders"
>
<logicalStructureProvider class=
"com.example.ExampleLogicalStructureProvider"
modelIdentifier=
"com.example.debug.model"
>
</logicalStructureProvider>
</extension>
com.example.debug.model
når de vises i variabelvisningen.
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