<!ELEMENT extension (logicalStructureType*)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT logicalStructureType EMPTY>
<!ATTLIST logicalStructureType
id CDATA #REQUIRED
description CDATA #REQUIRED
class CDATA #REQUIRED
modelIdentifier CDATA #REQUIRED>
ILogicalStructureTypeDelegate
を実装する Java クラスの完全修飾名
上の例では、「変数」ビューに表示されるときに、指定された論理構造タイプから、<extension point=
"org.eclipse.debug.core.logicalStructureTypes"
>
<logicalStructureType id=
"com.example.ExampleLogicalStructure"
class=
"com.example.ExampleLogicalStructureDelegate"
modelIdentifier=
"com.example.debug.model"
description=
"Ordered Collection"
>
</logicalStructureType>
</extension>
com.example.debug.model
デバッグ・モデルの値の代替論理値が見付けられます。
Copyright (c) 2000, 2004 IBM Corporation and others.
All rights reserved.
This program and the accompanying materials are made available under the terms of the Common Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/cpl-v10.html