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