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 | Method and Description |
---|---|
protected NodeDropInputMode |
GraphEditorInputMode.createNodeDropInputMode()
Factory method that creates the
NodeDropInputMode lazily the first time the property is
accessed. |
NodeDropInputMode |
GraphEditorInputMode.getNodeDropInputMode()
Gets the
NodeDropInputMode property that is responsible for handling drag and drop
operations of nodes onto the Canvas. |
Modifier and Type | Method and Description |
---|---|
protected void |
GraphEditorInputMode.onNodeDropInputModeChanged(NodeDropInputMode oldMode,
NodeDropInputMode newMode)
Called when the
NodeDropInputMode property value changes and after initialization of the
field. |
void |
GraphEditorInputMode.setNodeDropInputMode(NodeDropInputMode value)
Sets the
NodeDropInputMode property that is responsible for handling drag and drop
operations of nodes onto the Canvas. |