Class KeyStroke
- java.lang.Object
-
- edu.uiuc.ncsa.security.util.terminal.KeyStroke
-
public class KeyStroke extends Object
Created by Jeff Gaynor
on 6/5/20 at 1:45 PM
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description char
getCharacter()
ISO6429Terminal.CSI
getCsi()
KeyType
getKeyType()
void
setCharacter(char character)
void
setCsi(ISO6429Terminal.CSI csi)
void
setKeyType(KeyType keyType)
String
toString()
-
-
-
Constructor Detail
-
KeyStroke
public KeyStroke(char character)
-
KeyStroke
public KeyStroke(KeyType keyType, char character)
-
KeyStroke
public KeyStroke(KeyType keyType, ISO6429Terminal.CSI csi)
-
-
Method Detail
-
getCsi
public ISO6429Terminal.CSI getCsi()
-
setCsi
public void setCsi(ISO6429Terminal.CSI csi)
-
getKeyType
public KeyType getKeyType()
-
setKeyType
public void setKeyType(KeyType keyType)
-
getCharacter
public char getCharacter()
-
setCharacter
public void setCharacter(char character)
-
-