|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| Shortcut | Defines the requirements for classes that provide shortcuts. |
| Class Summary | |
|---|---|
| AbstractShortcut | |
| ActionShortcut | Provides an action based shortcut. |
| DefaultShortcut | |
| EmacsKeyBindings | Generic class which activates Emacs keybindings for java input JTextComponents. |
| 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. |
| KeyStrokePanel | A panel to enter a keystroke. |
| MediatorShortcut | |
| ShortcutManager | Manages Shortcut objects. |
| ShortcutPanel | Provides controls to manage Shortcut
objects. |
Provides a classes for handling of short cuts.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||