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 ClickInputMode |
TableEditorInputMode.createClickInputMode()
Factory method that creates the
KeyboardInputMode instance. |
protected ClickInputMode |
OverviewInputMode.createClickInputMode()
Factory method for the
ClickInputMode property. |
ClickInputMode |
TableEditorInputMode.getClickInputMode()
Gets the
ClickInputMode . |
ClickInputMode |
OverviewInputMode.getClickInputMode()
Gets the
ClickInputMode . |
Modifier and Type | Method and Description |
---|---|
protected void |
TableEditorInputMode.onClickInputModeChanged(ClickInputMode oldMode,
ClickInputMode newMode)
Called when the
ClickInputMode property value changes and after initialization of the
field. |
void |
TableEditorInputMode.setClickInputMode(ClickInputMode value)
Sets the
ClickInputMode . |