- java.lang.Object
-
- javafx.scene.input.KeyCombination.Modifier
-
- Enclosing class:
- KeyCombination
public static final class KeyCombination.Modifier extends Object
此类表示一对修饰符键及其值。- 从以下版本开始:
- JavaFX 2.0
-
-
方法详细信息
-
getKey
public KeyCode getKey()
获取此Modifier
的修饰键。- 结果
- 修饰键
-
getValue
public KeyCombination.ModifierValue getValue()
获取此Modifier
的修饰符值。- 结果
- 修饰符值
-
-