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 |
---|---|
KeyboardInputModeCommandBinding |
KeyboardInputMode.addCommandBinding(ICommand command,
KeyboardInputMode.ExecuteCommandHandler execute,
KeyboardInputMode.CanExecuteCommandHandler canExecute)
Adds a command and associated execution handlers to this instance.
|
Modifier and Type | Method and Description |
---|---|
Collection<KeyboardInputModeCommandBinding> |
KeyboardInputMode.getCommandBindings(ICommand command)
Returns the command bindings that have been registered using one of this
mode's
addCommandBinding methods for the given command. |