|
Préférences
Moteurs de recherche
|
||||||||||||||
JavaTM 2 Platform Std. Ed. v1.6.0
javax.swing.text
|
Field Summary | |
---|---|
String |
actionName
The name of the action for the key. |
KeyStroke |
key
The key. |
Constructor Summary | |
---|---|
JTextComponent.KeyBinding(KeyStroke key,
String actionName)
Creates a new key binding. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public KeyStroke key
public String actionName
Constructor Detail |
---|
public JTextComponent.KeyBinding(KeyStroke key, String actionName)
key
- the keyactionName
- the name of the action for the key