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 TypeClassDescriptionclassCharacter pattern that matches characters pressed while ALT key is held downclassVery simple pattern that matches the input stream against a pre-defined list of characters.classCharacter pattern that matches characters pressed while ALT and CTRL keys are held downclassCharacter pattern that matches characters pressed while CTRL key is held downclassThis implementation of CharacterPattern matches two similar patterns of Escape sequences, that many terminals produce for special keys.classPattern used to detect Xterm-protocol mouse events coming in on the standard input channel Created by martin on 19/07/15.classCharacter pattern that matches one character as one KeyStroke with the character that was readclassThis 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.bytePatternsprivate static final List<CharacterPattern> DefaultKeyDecodingProfile.COMMON_PATTERNSMethods 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 TypeMethodDescriptionbooleanInputDecoder.removePattern(CharacterPattern pattern) Removes one pattern from the list of patterns in this InputDecoder