| java.lang.Object isql.Bindings
Bindings | public class Bindings (Code) | | Class documentation.
author: rahul kumar See Also: XXX |
Constructor Summary | |
public | Bindings() ctor/constructor. |
Bindings | public Bindings()(Code) | | ctor/constructor.
|
addBinding | public void addBinding(String scope, String userkey, String action) throws InvalidBindingException(Code) | | bind a key to an action for a scope.
scope may be frame or table or a regex.
key is as per Keystroke.getKeyStroke(String).
action is the action name in the *Actions.java files.
|
getBindingsForFrame | public Map getBindingsForFrame()(Code) | | convenience method to return a map of bindings for the
frames tab.
|
getBindingsForInputArea | public Map getBindingsForInputArea()(Code) | | convenience method to return a map of bindings for the
inputarea.
|
getBindingsForTable | public Map getBindingsForTable()(Code) | | convenience method to return a map of bindings for the
table tab.
|
|
|