|
Eclipse Platform Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Provides logical structure types applicable to a raw implementation value from a debug model. Associated with a logical structure provider extension.
The following is an example of a logical structure provider extension:
<extension point="org.eclipse.debug.core.logicalStructureProviders"> <logicalStructureProvider class="com.example.ExampleLogicalStructureProvider" modelIdentifier="com.example.debug.model"> </logicalStructureProvider> </extension>In the example above, the specified logical structure provider will be consulted for alternative logical structures for values from the
com.example.debug.model
debug model as they are displayed in the variables view.
Clients contributing logical structure providers must implement this interface.
ILogicalStructureType
Method Summary | |
---|---|
ILogicalStructureType[] |
getLogicalStructureTypes(IValue value)
Returns the logical structure types which are applicable to the given value. |
Method Detail |
public ILogicalStructureType[] getLogicalStructureTypes(IValue value)
value
- value for which logical structure types are being requested
|
Eclipse Platform Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.