Package | Description |
---|---|
com.sun.javafx.scene.control.behavior |
Modifier and Type | Method and Description |
---|---|
OptionalBoolean |
KeyBinding.getAlt() |
OptionalBoolean |
KeyBinding.getCtrl() |
OptionalBoolean |
KeyBinding.getMeta() |
OptionalBoolean |
KeyBinding.getShift() |
static OptionalBoolean |
OptionalBoolean.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OptionalBoolean[] |
OptionalBoolean.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
KeyBinding |
KeyBinding.alt(OptionalBoolean value) |
KeyBinding |
KeyBinding.ctrl(OptionalBoolean value) |
KeyBinding |
KeyBinding.meta(OptionalBoolean value) |
KeyBinding |
KeyBinding.shift(OptionalBoolean value) |
Copyright © 2020. All rights reserved.