Class HotKey

java.lang.Object
org.luwrain.io.json.HotKey

public class HotKey extends Object
  • Field Details

    • LIST_TYPE

      public static final Type LIST_TYPE
  • Constructor Details

  • Method Details

    • getWithAltNotNull

      public boolean getWithAltNotNull()
    • getWithControlNotNull

      public boolean getWithControlNotNull()
    • getWithShiftNotNull

      public boolean getWithShiftNotNull()
    • getModifiers

      public EnumSet<InputEvent.Modifiers> getModifiers()
    • toJsonArray

      public static String toJsonArray(HotKey[] hotKeys)
    • fromJsonArray

      public static HotKey[] fromJsonArray(String s)