documentationfor yFiles for HTML 2.6

Usages of IHandleProvider

Properties

handleProviderDecoratorin BendDecoratorGets a LookupDecorator<TDecoratedType,TInterface> that decorates the IHandleProvider type for IBends this instance has been created for.
handleProviderDecoratorin EdgeDecoratorGets a LookupDecorator<TDecoratedType,TInterface> that decorates the IHandleProvider type for IEdges this instance has been created for.
handleProviderDecoratorin LabelDecoratorGets a LookupDecorator<TDecoratedType,TInterface> that decorates the IHandleProvider type for ILabels this instance has been created for.
handleProviderDecoratorin NodeDecoratorGets a LookupDecorator<TDecoratedType,TInterface> that decorates the IHandleProvider type for INodes this instance has been created for.
handleProviderDecoratorin PortDecoratorGets a LookupDecorator<TDecoratedType,TInterface> that decorates the IHandleProvider type for IPorts this instance has been created for.

Method Return Values

create (function(IInputModeContext):IEnumerable<IHandle>)in IHandleProviderCreates an implementation of the interface IHandleProvider by using the given function as implementation for its getHandles method.

Implementing Types

PortRelocationHandleProviderAn implementation of a IHandleProvider that can be used for IEdges.
PortsHandleProviderAn implementation of an IHandleProvider that returns all handles in the lookup of the ports owned by the given owner.