API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.swing.text. JTextComponent.KeyBinding View Source
Author(s)
Since
Version
Serial
Hierarchy
 Object
      JTextComponent.KeyBinding
Implements
Subclasses
Description
publicstatic class JTextComponent.KeyBinding
  Binding record for creating key bindings.
See also:   
Constructors
public JTextComponent.KeyBinding (KeyStroke key, String actionName)
  Creates a new key binding.
Methods
Hide/Show inherited methods
Fields
Hide/Show inherited fields
public String actionName
The name of the action for the key.
public KeyStroke key
The key.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar