Uses of Interface javax.swing.text.Keymap

Uses in package javax.swing.text

Methods with parameter type javax.swing.text.Keymap

Keymap
Create a new Keymap with a specific name and parent, and add the new Keymap to the global keymap table.
void
Resolves a set of bindings against a set of actions and inserts the results into a Keymap.
void
Set the current Keymap of this component, installing appropriate KeymapWrapper and KeymapActionMap objects in the InputMap and ActionMap parent chains, respectively, and fire a property change event with name "keymap".
void

Methods with return type javax.swing.text.Keymap

Keymap
Create a new Keymap with a specific name and parent, and add the new Keymap to the global keymap table.
Keymap
Get the current Keymap of this component.
Keymap
Get a Keymap from the global keymap table, by name.
Keymap
Keymap
Remove a Keymap from the global Keymap table, by name.

Uses in package javax.swing.plaf.basic

Methods with return type javax.swing.text.Keymap

Keymap
Creates the Keymap that is installed on the text component.