Schnittstelle KeyMatch


public interface KeyMatch
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    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
  • Felddetails

    • NONE

      static final int NONE
      The key event does not match
      Siehe auch:
    • PARTIAL

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

      static final int EXACT
      The key event matches
      Siehe auch: