See: Description
Class | Description |
---|---|
EmacsKeyBindings |
Generic class which activates Emacs keybindings for java input
JTextComponent s. |
EmacsKeyBindings.BackwardKillWordAction |
This action kills the previous word.
|
EmacsKeyBindings.CapitalizeWordAction |
This action capitalizes the next word on the right side of the caret.
|
EmacsKeyBindings.DowncaseWordAction |
This action renders all characters of the next word to lowercase.
|
EmacsKeyBindings.KillLineAction |
This actin kills text up to the end of the current line and stores it in
the killring.
|
EmacsKeyBindings.KillRegionAction |
This action Kills the marked region and stores it in the killring.
|
EmacsKeyBindings.KillRing |
Manages all killed (cut) text pieces in a ring which is accessible
through
EmacsKeyBindings.YankPopAction . |
EmacsKeyBindings.KillRingSaveAction |
This action copies the marked region and stores it in the killring.
|
EmacsKeyBindings.KillWordAction |
This action kills the next word.
|
EmacsKeyBindings.SetMarkCommandAction |
This action sets a beginning mark for a selection.
|
EmacsKeyBindings.UpcaseWordAction |
This action renders all characters of the next word to upppercase.
|
EmacsKeyBindings.YankAction |
This action pastes text from the killring.
|
EmacsKeyBindings.YankPopAction |
This action pastes an element from the killring cycling through it.
|