| addGenericLookup (function(TDecoratedType, Constructor, IContextLookup):any) | in
ContextLookup | Adds a generic callback as a chain link to the lookup. |
| addConstant (function(TDecoratedType):boolean, TInterface) | in
LookupDecorator | Sets the lookup of all items of type TDecoratedType which match a predicate to return the given TInterface implementation if TInterface is queried on an item's lookup. |
| addConstant (TInterface) | in
LookupDecorator | Sets the lookup of all items of type TDecoratedType to return the given TInterface implementation if TInterface is queried on an item's lookup. |
| addFactory (function(TDecoratedType):boolean, function(TDecoratedType):TInterface) | in
LookupDecorator | Sets the lookup of items matching a predicate with a factory that creates a TInterface instance if TInterface is queried during the lookup. |
| addFactory (function(TDecoratedType):TInterface) | in
LookupDecorator | Sets the lookup of all TDecoratedType items, so that factory is used to create a TInterface instance if TInterface is queried during the lookup. |
| addWrapperFactory (function(TDecoratedType):boolean, function(TDecoratedType, TInterface):TInterface) | in
LookupDecorator | Sets the lookup of items matching a predicate with a factory callback that wraps the underlying implementation if TInterface is queried during the lookup. |
| addWrapperFactory (function(TDecoratedType, TInterface):TInterface) | in
LookupDecorator | Sets the lookup of all items with a factory callback that wraps the underlying implementation if TInterface is queried during the lookup. |
| hide (function(TDecoratedType):boolean?) | in
LookupDecorator | Sets the lookup of all TDecoratedType items matching a predicate to return null if TInterface is queried during the lookup. |
| addGenericLookup (function(IBend, Constructor, IContextLookup):any) | in
BendDecorator | Adds a generic callback as a chain link to the lookup. |
| addGenericLookup (function(IEdge, Constructor, IContextLookup):any) | in
EdgeDecorator | Adds a generic callback as a chain link to the lookup. |
| addGenericLookup (function(ILabel, Constructor, IContextLookup):any) | in
LabelDecorator | Adds a generic callback as a chain link to the lookup. |
| addGenericLookup (function(INode, Constructor, IContextLookup):any) | in
NodeDecorator | Adds a generic callback as a chain link to the lookup. |
| addGenericLookup (function(IPort, Constructor, IContextLookup):any) | in
PortDecorator | Adds a generic callback as a chain link to the lookup. |
| addGenericLookup (function(TStripe, Constructor, IContextLookup):any) | in
StripeDecorator | Adds a generic callback as a chain link to the lookup. |
| addGenericLookup (function(ILabel, Constructor, IContextLookup):any) | in
StripeLabelDecorator | Adds a generic callback as a chain link to the lookup. |
| addGenericLookup (function(IInputModeContext, Constructor, IContextLookup):any) | in
InputModeContext | Adds a generic callback as a chain link to the lookup. |
| addGenericInputModeContextLookup (function(IInputModeContext, Constructor, IContextLookup):any) | in
CanvasComponent | Adds a generic callback as a chain link to the lookup. |