Class TextTerminalData.Key

  • Enclosing class:
    TextTerminalData

    public static class TextTerminalData.Key
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      boolean altKey  
      boolean ctrlKey  
      java.lang.String id  
      java.lang.String key  
      int keyCode  
      boolean shiftKey  
    • Constructor Summary

      Constructors 
      Constructor Description
      Key​(java.lang.String id, java.lang.String key, int keyCode, boolean ctrlKey, boolean shiftKey, boolean altKey)  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static TextTerminalData.Key of​(java.lang.String s)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • id

        public final java.lang.String id
      • key

        public final java.lang.String key
      • keyCode

        public final int keyCode
      • ctrlKey

        public final boolean ctrlKey
      • shiftKey

        public final boolean shiftKey
      • altKey

        public final boolean altKey
    • Constructor Detail

      • Key

        public Key​(java.lang.String id,
                   java.lang.String key,
                   int keyCode,
                   boolean ctrlKey,
                   boolean shiftKey,
                   boolean altKey)