documentationfor yFiles for HTML 3.0.0.3

ContextLookup<TDecoratedType>

A generic mutable implementation of the IContextLookup interface that helps in building IContextLookup and ILookup implementations.

Inheritance Hierarchy
ContextLookup
Implemented Interfaces

Remarks

Use this class to build an ILookup or IContextLookup implementation.

This class can be used in the context where an ILookupDecorator interface implementation is needed. It serves as a store for a chain of IContextLookupChainLinks for a single given type, which is represented by TDecoratedType.

Use the getDecoratorFor method to get access to a convenient set of functionality to modify the behavior of this instance.

Type Parameters

TDecoratedType
The type of the context objects this instance will be used for.

Type Details

yFiles module
view

Constructors

Methods