| 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 HandleInputMode |
OverviewInputMode.createHandleInputMode()
Factory method for the HandleInputMode property.
|
protected HandleInputMode |
GraphEditorInputMode.createHandleInputMode()
Factory method for the
HandleInputMode property. |
HandleInputMode |
OverviewInputMode.getHandleInputMode()
Gets the HandleInputMode.
|
HandleInputMode |
GraphEditorInputMode.getHandleInputMode()
Gets the
HandleInputMode property. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
GraphEditorInputMode.onHandleInputModeChanged(HandleInputMode oldMode,
HandleInputMode newMode)
Called when the
HandleInputMode property value changes and after initialization of the
field. |
void |
GraphEditorInputMode.setHandleInputMode(HandleInputMode value)
Sets the
HandleInputMode property. |