| 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 KeyboardInputMode |
TableEditorInputMode.createKeyboardInputMode()
Factory method that creates the
KeyboardInputMode instance. |
protected KeyboardInputMode |
OverviewInputMode.createKeyboardInputMode()
Factory method for the KeyboardInputMode property.
|
KeyboardInputMode |
TableEditorInputMode.getKeyboardInputMode()
Gets the
KeyboardInputMode. |
KeyboardInputMode |
OverviewInputMode.getKeyboardInputMode()
Gets the KeyboardInputMode.
|
KeyboardInputMode |
KeyboardInputModeBinding.getKeyboardInputMode()
Returns the keyboard input mode for which this binding was created.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
TableEditorInputMode.onKeyboardInputModeChanged(KeyboardInputMode oldMode,
KeyboardInputMode newMode)
Called when the
KeyboardInputMode changed. |
void |
TableEditorInputMode.setKeyboardInputMode(KeyboardInputMode value)
Sets the
KeyboardInputMode. |