@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") @Deprecated public final class KeyCodeCombinationBuilder extends java.lang.Object implements Builder<KeyCodeCombination>
KeyCodeCombination
Modifier and Type | Field and Description |
---|---|
private KeyCombination.ModifierValue |
alt
Deprecated.
|
private KeyCode |
code
Deprecated.
|
private KeyCombination.ModifierValue |
control
Deprecated.
|
private KeyCombination.ModifierValue |
meta
Deprecated.
|
private KeyCombination.ModifierValue |
shift
Deprecated.
|
private KeyCombination.ModifierValue |
shortcut
Deprecated.
|
Modifier | Constructor and Description |
---|---|
protected |
KeyCodeCombinationBuilder()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
KeyCodeCombinationBuilder |
alt(KeyCombination.ModifierValue x)
Deprecated.
Set the value of the
alt property for the instance constructed by this builder. |
KeyCodeCombination |
build()
Deprecated.
Make an instance of
KeyCodeCombination based on the properties set on this builder. |
KeyCodeCombinationBuilder |
code(KeyCode x)
Deprecated.
Set the value of the
code property for the instance constructed by this builder. |
KeyCodeCombinationBuilder |
control(KeyCombination.ModifierValue x)
Deprecated.
Set the value of the
control property for the instance constructed by this builder. |
static KeyCodeCombinationBuilder |
create()
Deprecated.
Creates a new instance of KeyCodeCombinationBuilder.
|
KeyCodeCombinationBuilder |
meta(KeyCombination.ModifierValue x)
Deprecated.
Set the value of the
meta property for the instance constructed by this builder. |
KeyCodeCombinationBuilder |
shift(KeyCombination.ModifierValue x)
Deprecated.
Set the value of the
shift property for the instance constructed by this builder. |
KeyCodeCombinationBuilder |
shortcut(KeyCombination.ModifierValue x)
Deprecated.
Set the value of the
shortcut property for the instance constructed by this builder. |
private KeyCombination.ModifierValue alt
private KeyCode code
private KeyCombination.ModifierValue control
private KeyCombination.ModifierValue meta
private KeyCombination.ModifierValue shift
private KeyCombination.ModifierValue shortcut
public static KeyCodeCombinationBuilder create()
public KeyCodeCombinationBuilder alt(KeyCombination.ModifierValue x)
alt
property for the instance constructed by this builder.public KeyCodeCombinationBuilder code(KeyCode x)
code
property for the instance constructed by this builder.public KeyCodeCombinationBuilder control(KeyCombination.ModifierValue x)
control
property for the instance constructed by this builder.public KeyCodeCombinationBuilder meta(KeyCombination.ModifierValue x)
meta
property for the instance constructed by this builder.public KeyCodeCombinationBuilder shift(KeyCombination.ModifierValue x)
shift
property for the instance constructed by this builder.public KeyCodeCombinationBuilder shortcut(KeyCombination.ModifierValue x)
shortcut
property for the instance constructed by this builder.public KeyCodeCombination build()
KeyCodeCombination
based on the properties set on this builder.build
in interface Builder<KeyCodeCombination>