Package | Description |
---|---|
com.googlecode.lanterna.input | |
com.googlecode.lanterna.terminal | |
com.googlecode.lanterna.terminal.swing |
Modifier and Type | Class and Description |
---|---|
class |
CommonProfile
Common key press profiles that seems to be shared by most terminals/terminal emulators.
|
class |
GnomeTerminalProfile
Adds some codes from the gnome-terminal, commonly used in Ubuntu.
|
class |
OSXKeyMappingProfile |
class |
PuttyProfile
Adds some codes from the Putty, a popular terminal emulator for Windows
(http://www.chiark.greenend.org.uk/~sgtatham/putty/)
|
Modifier and Type | Method and Description |
---|---|
void |
InputProvider.addInputProfile(KeyMappingProfile profile)
Adds a KeyMappingProfile to be used when converting raw user input bytes
to
Key objects. |
void |
InputDecoder.addProfile(KeyMappingProfile profile) |
Constructor and Description |
---|
InputDecoder(Reader source,
KeyMappingProfile profile) |
Modifier and Type | Method and Description |
---|---|
void |
InputEnabledAbstractTerminal.addInputProfile(KeyMappingProfile profile) |
Modifier and Type | Method and Description |
---|---|
void |
SwingTerminal.addInputProfile(KeyMappingProfile profile) |
Copyright © 2014. All Rights Reserved.