Interface KeyMatch


public interface KeyMatch
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    The key event matches
    static final int
    The key event does not match
    static final int
    The key event matches if keyboard state
    (specifically, the currently active group) is ignored
  • Field Details

    • NONE

      static final int NONE
      The key event does not match
      See Also:
    • PARTIAL

      static final int PARTIAL
      The key event matches if keyboard state
      (specifically, the currently active group) is ignored
      See Also:
    • EXACT

      static final int EXACT
      The key event matches
      See Also: