|
Class Summary |
| ArgumentNode |
This represents a command argument node in the key/action tree. |
| BranchNode |
This node of the key/action tree will contain one or more child nodes. |
| CommandNode |
This node represents a command in the key/action tree |
| KeyParser |
The key parser creates a tree of key sequences with terminals represnting complete keystroke sequences mapped to
specific actions. |
| ParentNode |
This abstract node is used as a base for any node that can contain child nodes |
| RegisterActions |
This registers all the key/action mappings for the plugin |
| RootNode |
Represents the root of the key/action tree |
| Shortcut |
This is a simple wrapper around a set of keystrokes. |