Uses of Interface
com.googlecode.lanterna.input.KeyDecodingProfile
Packages that use KeyDecodingProfile
-
Uses of KeyDecodingProfile in com.googlecode.lanterna.input
Classes in com.googlecode.lanterna.input that implement KeyDecodingProfileModifier and TypeClassDescriptionclass
This profile attempts to collect as many code combinations as possible without causing any collisions between patterns.Methods in com.googlecode.lanterna.input with parameters of type KeyDecodingProfileModifier and TypeMethodDescriptionvoid
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. -
Uses of KeyDecodingProfile in com.googlecode.lanterna.terminal.ansi
Methods in com.googlecode.lanterna.terminal.ansi that return KeyDecodingProfileModifier and TypeMethodDescriptionprotected KeyDecodingProfile
ANSITerminal.getDefaultKeyDecodingProfile()
This method can be overridden in a custom terminal implementation to change the default key decoders.