javax.swing.text
public static class JTextComponent.KeyBinding extends Object
| Field Summary | |
|---|---|
| String | actionName |
| KeyStroke | key |
| Constructor Summary | |
|---|---|
| KeyBinding(KeyStroke key, String actionName)
Creates a new KeyBinding instance.
| |
KeyBinding instance.
Parameters: key a KeyStroke value actionName a String value