Interface AccessKeyable

    • Method Detail

      • getAccessKey

        char getAccessKey()
        Returns:
        the component's access key.
      • setAccessKey

        void setAccessKey​(char accessKey)
        Set the access key on the component.
        Parameters:
        accessKey - the key that will form a keyboard shortcut to the component.
      • getAccessKeyAsString

        default String getAccessKeyAsString()
        Returns the access key character as a String. If the character is not a letter or digit then null is returned.
        Returns:
        the access key character as a String (may be null).