@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") @Deprecated public class MnemonicBuilder<B extends MnemonicBuilder<B>> extends java.lang.Object implements Builder<Mnemonic>
Mnemonic
Modifier and Type | Field and Description |
---|---|
private KeyCombination |
keyCombination
Deprecated.
|
private Node |
node
Deprecated.
|
Modifier | Constructor and Description |
---|---|
protected |
MnemonicBuilder()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Mnemonic |
build()
Deprecated.
Make an instance of
Mnemonic based on the properties set on this builder. |
static MnemonicBuilder<?> |
create()
Deprecated.
Creates a new instance of MnemonicBuilder.
|
B |
keyCombination(KeyCombination x)
Deprecated.
Set the value of the
keyCombination property for the instance constructed by this builder. |
B |
node(Node x)
Deprecated.
Set the value of the
node property for the instance constructed by this builder. |
private KeyCombination keyCombination
private Node node
public static MnemonicBuilder<?> create()
public B keyCombination(KeyCombination x)
keyCombination
property for the instance constructed by this builder.public B node(Node x)
node
property for the instance constructed by this builder.