documentationfor yFiles for HTML 2.6

Properties

reparentNodeHandlerin GraphEditorInputModeGets or sets the IReparentNodeHandler that is used for moving nodes out of group nodes or into other group nodes.

Method Return Values

createReparentNodeHandler ()in GraphEditorInputModeFactory method for the reparentNodeHandler property.
create ()in IReparentNodeHandlerCreates an implementation of the interface IReparentNodeHandler from the given definition.

Method Parameters

GraphEditorInputMode ()in GraphEditorInputModeCreates a new instance that is not bound to an existing graph or selection, initially.
onReparentNodeHandlerChanged (IReparentNodeHandler, IReparentNodeHandler)in GraphEditorInputModeCalled when the reparentNodeHandler property value changes and after initialization of the property.

Implementing Types

ReparentNodeHandlerAn IReparentNodeHandler that treats shift key presses as reparent gestures and allows for reparenting all nodes.