Class KeyCombination.Modifier

  • Enclosing class:
    KeyCombination

    public static final class KeyCombination.Modifier
    extends Object
    This class represents a pair of modifier key and its value.
    Since:
    JavaFX 2.0
    • Method Detail

      • getKey

        public KeyCode getKey()
        Gets the modifier key of this Modifier.
        Returns:
        the modifier key
      • toString

        public String toString()
        Returns a string representation of the modifier.
        Overrides:
        toString in class Object
        Returns:
        a string representation of the modifier