Liking cljdoc? Tell your friends :D

javax.swing.text.JTextComponent$KeyBinding

Binding record for creating key bindings.

Warning: Serialized objects of this class will not be compatible with future Swing releases. The current serialization support is appropriate for short term storage or RMI between applications running the same version of Swing. As of 1.4, support for long term storage of all JavaBeans™ has been added to the java.beans package. Please see XMLEncoder.

Binding record for creating key bindings.

Warning:
Serialized objects of this class will not be compatible with
future Swing releases. The current serialization support is
appropriate for short term storage or RMI between applications running
the same version of Swing.  As of 1.4, support for long term storage
of all JavaBeans™
has been added to the java.beans package.
Please see XMLEncoder.
raw docstring

->key-bindingclj

(->key-binding key action-name)

Constructor.

Creates a new key binding.

key - the key - javax.swing.KeyStroke action-name - the name of the action for the key - java.lang.String

Constructor.

Creates a new key binding.

key - the key - `javax.swing.KeyStroke`
action-name - the name of the action for the key - `java.lang.String`
raw docstring

action-nameclj

(action-name this)

Instance Field.

The name of the action for the key.

type: java.lang.String

Instance Field.

The name of the action for the key.

type: java.lang.String
raw docstring

keyclj

(key this)

Instance Field.

The key.

type: javax.swing.KeyStroke

Instance Field.

The key.

type: javax.swing.KeyStroke
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close