Class CtrlAndCharacterPattern
java.lang.Object
com.googlecode.lanterna.input.CtrlAndCharacterPattern
- All Implemented Interfaces:
CharacterPattern
Character pattern that matches characters pressed while CTRL key is held down
-
Nested Class Summary
Nested classes/interfaces inherited from interface CharacterPattern
CharacterPattern.Matching -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGiven a list of characters, determine whether it exactly matches any known KeyStroke, and whether a longer sequence can possibly match.
-
Constructor Details
-
CtrlAndCharacterPattern
public CtrlAndCharacterPattern()
-
-
Method Details
-
match
Description copied from interface:CharacterPatternGiven a list of characters, determine whether it exactly matches any known KeyStroke, and whether a longer sequence can possibly match.- Specified by:
matchin interfaceCharacterPattern- Parameters:
seq- of characters to check- Returns:
- see
Matching
-