Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package com.maddyhome.idea.vim.key

Interface Summary
Node Marker interface for all key/action tree nodes
 

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.