public interface ILogicalStructureTypeDelegate
Clients contributing logical structure types should implement this interface.
ILogicalStructureType
Modifier and Type | Method and Description |
---|---|
IValue |
getLogicalStructure(IValue value)
Returns a value representing a logical structure of the given value.
|
boolean |
providesLogicalStructure(IValue value)
Returns whether this structure type can provide a logical structure for
the given value.
|
boolean providesLogicalStructure(IValue value)
value
- value for which a logical structure is being requestedIValue getLogicalStructure(IValue value) throws CoreException
value
- value for which a logical structure is being requestedCoreException
- if an exception occurs generating a logical
structure
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.