<!ELEMENT extension (logicalStructureType*)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT logicalStructureType EMPTY>
<!ATTLIST logicalStructureType
id CDATA #REQUIRED
description CDATA #IMPLIED
class CDATA #REQUIRED
modelIdentifier CDATA #REQUIRED>
ILogicalStructureTypeDelegate2
を実装して、論理構造を提供する値の記述を指定する必要があります。ILogicalStructureTypeDelegate
を実装する Java クラスの完全修飾名。このクラスは、ILogicalStructureTypeDelegate2
を実装することもできます。
上の例では、「変数」ビューに表示されるときに、指定された論理構造タイプから、<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, 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