Package | Description |
---|---|
com.googlecode.lanterna.input | |
com.googlecode.lanterna.terminal.ansi |
Modifier and Type | Class and Description |
---|---|
class |
DefaultKeyDecodingProfile
This profile attempts to collect as many code combinations as possible without causing any collisions between
patterns.
|
Modifier and Type | Method and Description |
---|---|
void |
InputDecoder.addProfile(KeyDecodingProfile profile)
Adds another key decoding profile to this InputDecoder, which means all patterns from the profile will be used
when decoding input.
|
Modifier and Type | Method and Description |
---|---|
protected KeyDecodingProfile |
ANSITerminal.getDefaultKeyDecodingProfile()
This method can be overridden in a custom terminal implementation to change the default key decoders.
|
Modifier and Type | Method and Description |
---|---|
void |
StreamBasedTerminal.addKeyDecodingProfile(KeyDecodingProfile profile)
Deprecated.
Use
getInputDecoder().addProfile(profile) instead |
Copyright © 2016. All rights reserved.