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


Variable Index

 o actionName
The name of the action for the key.
 o key
The key.

Constructor Index

 o DefaultTextController.KeyBinding(KeyStroke, String)
Creates a new key binding.

Variables

 o key
public KeyStroke key
The key.

 o actionName
public String actionName
The name of the action for the key.

Constructors

 o 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