Class KeystrokeKey

  • All Implemented Interfaces:
    java.lang.Comparable<KeystrokeKey>

    public class KeystrokeKey
    extends java.lang.Object
    implements java.lang.Comparable<KeystrokeKey>
    • Constructor Detail

      • KeystrokeKey

        public KeystrokeKey()
    • Method Detail

      • getDisplay

        public java.lang.String getDisplay()
      • getStroke

        public java.lang.String getStroke()
      • setDisplay

        public void setDisplay​(java.lang.String string)
      • setStroke

        public void setStroke​(java.lang.String string)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • compareTo

        public int compareTo​(KeystrokeKey o)
        Specified by:
        compareTo in interface java.lang.Comparable<KeystrokeKey>
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object