Package | Description |
---|---|
com.yworks.yfiles.view.input |
Contains definitions, default implementations, and support classes that deal with the user interaction in a
CanvasControl in general, as well as specialized utility classes and IInputMode implementations that can be used to work with and edit IGraph instances in a GraphControl . |
Modifier and Type | Class and Description |
---|---|
class |
ReparentNodeHandler
Simple default implementation of
IReparentNodeHandler that treats shift key presses as reparent gestures and
allows for reparenting all nodes. |
Modifier and Type | Method and Description |
---|---|
protected IReparentNodeHandler |
GraphEditorInputMode.createReparentNodeHandler()
Factory method for the ReparentNodeHandler property.
|
IReparentNodeHandler |
GraphEditorInputMode.getReparentNodeHandler()
Gets the
IReparentNodeHandler that is used for moving nodes out of group nodes or into other group nodes. |
Modifier and Type | Method and Description |
---|---|
protected void |
GraphEditorInputMode.onReparentNodeHandlerChanged(IReparentNodeHandler oldMode,
IReparentNodeHandler newMode)
Called when the
ReparentNodeHandler property value changes and after initialization of
the field. |
void |
GraphEditorInputMode.setReparentNodeHandler(IReparentNodeHandler value)
Sets the
IReparentNodeHandler that is used for moving nodes out of group nodes or into other group nodes. |