Package ipsk.swing

Class JKeyChooser.Key

  • Enclosing class:
    JKeyChooser

    public class JKeyChooser.Key
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Key​(int code)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)  
      int getCode()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • Key

        public Key​(int code)
    • Method Detail

      • toString

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

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • getCode

        public int getCode()
        Returns:
        Returns the code.