Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

javax.swing.text
Class JTextComponent.KeyBinding  view JTextComponent.KeyBinding download JTextComponent.KeyBinding.java

java.lang.Object
  extended byjavax.swing.text.JTextComponent.KeyBinding
Enclosing class:
JTextComponent

public static class JTextComponent.KeyBinding
extends java.lang.Object


Field Summary
 java.lang.String actionName
           
 javax.swing.KeyStroke key
           
 
Constructor Summary
JTextComponent.KeyBinding(javax.swing.KeyStroke key, java.lang.String actionName)
          Creates a new KeyBinding instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

key

public javax.swing.KeyStroke key

actionName

public java.lang.String actionName
Constructor Detail

JTextComponent.KeyBinding

public JTextComponent.KeyBinding(javax.swing.KeyStroke key,
                                 java.lang.String actionName)
Creates a new KeyBinding instance.