Module com.googlecode.lanterna
Package com.googlecode.lanterna.input
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 com.googlecode.lanterna.input.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:KeyDecodingProfile
Returns a collection of character patterns that makes up this profile- Specified by:
getPatterns
in interfaceKeyDecodingProfile
- Returns:
- Collection of patterns in this profile
-