KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > swing > text > JTextComponent.KeyBinding

javax.swing.text
Class JTextComponent.KeyBinding

java.lang.Object
  extended by javax.swing.text.JTextComponent.KeyBinding
Enclosing class:
JTextComponent
See Also:
Source Code, XMLEncoder

public String actionName
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public JTextComponent.KeyBinding(KeyStroke key,
                                 String actionName)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public KeyStroke key
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags