Class DefaultKeyDecodingProfile
java.lang.Object
com.googlecode.lanterna.input.DefaultKeyDecodingProfile
- All Implemented Interfaces:
KeyDecodingProfile
This profile attempts to collect as many code combinations as possible without causing any collisions between
patterns. The patterns in here are tested with Linux terminal, XTerm, Gnome terminal, XFCE terminal, Cygwin and
Mac OS X terminal.
-
Field Summary
FieldsFields inherited from interface KeyDecodingProfile
ESC_CODE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns a collection of character patterns that makes up this profile
-
Field Details
-
COMMON_PATTERNS
-
-
Constructor Details
-
DefaultKeyDecodingProfile
public DefaultKeyDecodingProfile()
-
-
Method Details
-
getPatterns
Description copied from interface:KeyDecodingProfileReturns a collection of character patterns that makes up this profile- Specified by:
getPatternsin interfaceKeyDecodingProfile- Returns:
- Collection of patterns in this profile
-