Uses of Interface
com.googlecode.lanterna.input.CharacterPattern
Packages that use CharacterPattern
-
Uses of CharacterPattern in com.googlecode.lanterna.input
Classes in com.googlecode.lanterna.input that implement CharacterPatternModifier and TypeClassDescriptionclass
Character pattern that matches characters pressed while ALT key is held downclass
Very simple pattern that matches the input stream against a pre-defined list of characters.class
Character pattern that matches characters pressed while ALT and CTRL keys are held downclass
Character pattern that matches characters pressed while CTRL key is held downclass
This implementation of CharacterPattern matches two similar patterns of Escape sequences, that many terminals produce for special keys.class
Pattern used to detect Xterm-protocol mouse events coming in on the standard input channel Created by martin on 19/07/15.class
Character pattern that matches one character as one KeyStroke with the character that was readclass
This class recognizes character combinations which are actually a cursor position report.Fields in com.googlecode.lanterna.input with type parameters of type CharacterPatternModifier and TypeFieldDescriptionprivate final List
<CharacterPattern> InputDecoder.bytePatterns
private static final List
<CharacterPattern> DefaultKeyDecodingProfile.COMMON_PATTERNS
Methods in com.googlecode.lanterna.input that return types with arguments of type CharacterPatternModifier and TypeMethodDescriptionDefaultKeyDecodingProfile.getPatterns()
InputDecoder.getPatterns()
Returns a collection of all patterns registered in this InputDecoder.KeyDecodingProfile.getPatterns()
Returns a collection of character patterns that makes up this profileMethods in com.googlecode.lanterna.input with parameters of type CharacterPatternModifier and TypeMethodDescriptionboolean
InputDecoder.removePattern
(CharacterPattern pattern) Removes one pattern from the list of patterns in this InputDecoder