Usages of IHandleProvider
Properties
handleProvider | in BendDecorator | Gets a LookupDecorator<TDecoratedType,TInterface> that decorates the IHandleProvider type for IBends this instance has been created for. | |
handleProvider | in EdgeDecorator | Gets a LookupDecorator<TDecoratedType,TInterface> that decorates the IHandleProvider type for IEdges this instance has been created for. | |
handleProvider | in LabelDecorator | Gets a LookupDecorator<TDecoratedType,TInterface> that decorates the IHandleProvider type for ILabels this instance has been created for. | |
handleProvider | in NodeDecorator | Gets a LookupDecorator<TDecoratedType,TInterface> that decorates the IHandleProvider type for INodes this instance has been created for. | |
handleProvider | in PortDecorator | Gets 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 IHandleProvider |
Implementing Types
PortRelocationHandleProvider | An implementation of an IHandleProvider that can be used for IEdges. | |
PortsHandleProvider | An implementation of an IHandleProvider that returns all handles in the lookup of the ports owned by the given owner. |