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 |
---|---|
KeyboardInputModeKeyBinding |
KeyboardInputMode.addKeyBinding(KeyCodeCombination gesture,
ICommand command,
Object commandParameter)
Adds an event handler for a specific key press gesture to this mode.
|
Modifier and Type | Method and Description |
---|---|
Collection<KeyboardInputModeKeyBinding> |
KeyboardInputMode.getKeyBindings(ICommand command)
Returns the key bindings registered for the given command.
|