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 |
---|---|
KeyboardInputModeRecognizerBinding |
KeyboardInputMode.addRecognizerBinding(IEventRecognizer recognizer,
ICommand command,
Object commandParameter)
Adds a given handler to this instance that will be triggered if the IEventRecognizer recognizes a key event
that has been triggered by the canvas control.
|
Modifier and Type | Method and Description |
---|---|
Collection<KeyboardInputModeRecognizerBinding> |
KeyboardInputMode.getRecognizerBindings(ICommand command)
Returns the recognizer bindings registered for the given command.
|