All Packages Class Hierarchy This Package Previous Next Index
Class java.awt.swing.text.DefaultTextController.KeyBinding
java.lang.Object
|
+----java.awt.swing.text.DefaultTextController.KeyBinding
- public static class DefaultTextController.KeyBinding
- extends Object
Binding record for creating key bindings
actionName- The name of the action for the key.
key- The key.
DefaultTextController.KeyBinding(KeyStroke, String)
- Creates a new key binding.
key
public KeyStroke key
- The key.
actionName
public String actionName
- The name of the action for the key.
DefaultTextController.KeyBinding
public DefaultTextController.KeyBinding(KeyStroke key,
String actionName)
- Creates a new key binding.
- Parameters:
- key - the key
- actionName - the name of the action for the key
All Packages Class Hierarchy This Package Previous Next Index
Submit a bug or feature