org.eclipse.debug.core.logicalStructureTypes
提供的逻辑结构支持的扩展,此扩展点允许每个值一种逻辑结构类型。
<!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
的 Java 类的标准名称。
在以上示例中,将查阅指定的逻辑结构提供程序,以从<extension point=
"org.eclipse.debug.core.logicalStructureProviders"
>
<logicalStructureProvider class=
"com.example.ExampleLogicalStructureProvider"
modelIdentifier=
"com.example.debug.model"
>
</logicalStructureProvider>
</extension>
com.example.debug.model
调试模式中找到显示在变量视图中的值的备用逻辑结构。
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