Spec-Zone .ru
спецификации, руководства, описания, API
|
@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") public final class KeyCharacterCombinationBuilder extends java.lang.Object implements Builder<KeyCharacterCombination>
KeyCharacterCombination
Modifier | Constructor and Description |
---|---|
protected |
KeyCharacterCombinationBuilder() |
Modifier and Type | Method and Description |
---|---|
KeyCharacterCombinationBuilder |
alt(KeyCombination.ModifierValue x)
Set the value of the
alt property for the instance constructed by this builder. |
KeyCharacterCombination |
build()
Make an instance of
KeyCharacterCombination based on the properties set on this builder. |
KeyCharacterCombinationBuilder |
character(java.lang.String x)
Set the value of the
character property for the instance constructed by this builder. |
KeyCharacterCombinationBuilder |
control(KeyCombination.ModifierValue x)
Set the value of the
control property for the instance constructed by this builder. |
static KeyCharacterCombinationBuilder |
create()
Creates a new instance of KeyCharacterCombinationBuilder.
|
KeyCharacterCombinationBuilder |
meta(KeyCombination.ModifierValue x)
Set the value of the
meta property for the instance constructed by this builder. |
KeyCharacterCombinationBuilder |
shift(KeyCombination.ModifierValue x)
Set the value of the
shift property for the instance constructed by this builder. |
KeyCharacterCombinationBuilder |
shortcut(KeyCombination.ModifierValue x)
Set the value of the
shortcut property for the instance constructed by this builder. |
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>
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to