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 CreateEdgeInputMode |
GraphEditorInputMode.createCreateEdgeInputMode()
Factory method for the
CreateEdgeInputMode property. |
CreateEdgeInputMode |
GraphEditorInputMode.getCreateEdgeInputMode()
Gets the
CreateEdgeInputMode property. |
Modifier and Type | Method and Description |
---|---|
protected void |
GraphEditorInputMode.onCreateEdgeInputModeChanged(CreateEdgeInputMode oldMode,
CreateEdgeInputMode newMode)
Called when the
CreateEdgeInputMode property value changes and after initialization of
the field. |
void |
GraphEditorInputMode.setCreateEdgeInputMode(CreateEdgeInputMode value)
Sets the
CreateEdgeInputMode property. |