@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") public final class KeyCodeCombinationBuilder extends java.lang.Object implements Builder<KeyCodeCombination>
KeyCodeCombination| Modifier | Constructor and Description |
|---|---|
protected |
KeyCodeCombinationBuilder() |
| Modifier and Type | Method and Description |
|---|---|
KeyCodeCombinationBuilder |
alt(KeyCombination.ModifierValue x)
Set the value of the
alt property for the instance constructed by this builder. |
KeyCodeCombination |
build()
Make an instance of
KeyCodeCombination based on the properties set on this builder. |
KeyCodeCombinationBuilder |
code(KeyCode x)
Set the value of the
code property for the instance constructed by this builder. |
KeyCodeCombinationBuilder |
control(KeyCombination.ModifierValue x)
Set the value of the
control property for the instance constructed by this builder. |
static KeyCodeCombinationBuilder |
create()
Creates a new instance of KeyCodeCombinationBuilder.
|
KeyCodeCombinationBuilder |
meta(KeyCombination.ModifierValue x)
Set the value of the
meta property for the instance constructed by this builder. |
KeyCodeCombinationBuilder |
shift(KeyCombination.ModifierValue x)
Set the value of the
shift property for the instance constructed by this builder. |
KeyCodeCombinationBuilder |
shortcut(KeyCombination.ModifierValue x)
Set the value of the
shortcut property for the instance constructed by this builder. |
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>Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.