Usages of IPositionHandler
Properties
positionHandler | in BendDecorator | Gets a LookupDecorator<TDecoratedType,TInterface> that decorates the IPositionHandler type for IBends this instance has been created for. | |
positionHandler | in EdgeDecorator | Gets a LookupDecorator<TDecoratedType,TInterface> that decorates the IPositionHandler type for IEdges this instance has been created for. | |
positionHandler | in LabelDecorator | Gets a LookupDecorator<TDecoratedType,TInterface> that decorates the IPositionHandler type for the ILabels this instance has been created for. | |
positionHandler | in NodeDecorator | Gets a LookupDecorator<TDecoratedType,TInterface> that decorates the IPositionHandler type for the INodes this instance has been created for. | |
positionHandler | in PortDecorator | Gets a LookupDecorator<TDecoratedType,TInterface> that decorates the IPositionHandler type for IPorts this instance has been created for. | |
positionHandler | in StripeDecorator | Gets a LookupDecorator<TDecoratedType,TInterface> that decorates the IPositionHandler type for the type of items this instance has been created for. | |
positionHandler | in MoveInputMode | Gets or sets the IPositionHandler that will be used as fallback to handle the actual movement of the elements during the drag. | |
positionHandler | in QueryPositionHandlerEventArgs | Gets or sets the IPositionHandler to use for the movement of the items that are affected by the MoveInputMode. |
Fields
MOVE_SELECTED_ITEMS_POSITION_HANDLER | in GraphEditorInputMode | An IPositionHandler combining all position handlers of selected model items that are movable. |
Method Return Values
combine (IEnumerable<IPositionHandler>) | in IPositionHandler | Creates a generic composite implementation for the IPositionHandler interface. | |
combine (IPositionHandler) | in IPositionHandler | Creates a generic composite implementation for the IPositionHandler interface. | |
create () | in IPositionHandler |
Method Parameters
ConstrainedPositionHandler (IPositionHandler) | in ConstrainedPositionHandler | Initializes a new instance of the ConstrainedPositionHandler class that delegates to the wrappedHandler . | |
GroupingNodePositionHandler (INode, IPositionHandler?) | in GroupingNodePositionHandler | Initializes a new instance of the GroupingNodePositionHandler class. | |
combine (IEnumerable<IPositionHandler>) | in IPositionHandler | Creates a generic composite implementation for the IPositionHandler interface. | |
combine (IPositionHandler) | in IPositionHandler | Creates a generic composite implementation for the IPositionHandler interface. | |
MoveInputMode () | in MoveInputMode | Initializes a new instance of the MoveInputMode class. | |
ReparentStripeInputMode () | in ReparentStripeInputMode |
Extending Types
ConstrainedPositionHandler | An implementation of the IPositionHandler interface that can be used to constrain the position of an item. |
Implementing Types
ConstrainedPositionHandler | An implementation of the IPositionHandler interface that can be used to constrain the position of an item. | |
GroupingNodePositionHandler | The IPositionHandler implementation used in the context of IGraphs where there is an active hierarchy. | |
LabelPositionHandler | An implementation of IPositionHandler that shows the various label position candidates and lets the user move a label to one of those candidate positions. | |
ReparentStripePositionHandler | Customized IPositionHandler implementation that moves a stripe in the table hierarchy when the stripe is dragged. |