Spec-Zone .ru
спецификации, руководства, описания, API
|
Package | Description |
---|---|
javafx.scene.input |
Provides the set of classes for mouse and keyboard input event handling.
|
Modifier and Type | Method and Description |
---|---|
KeyCharacterCombinationBuilder |
KeyCharacterCombinationBuilder.alt(KeyCombination.ModifierValue x)
Set the value of the
alt property for the instance constructed by this builder. |
KeyCharacterCombinationBuilder |
KeyCharacterCombinationBuilder.character(java.lang.String x)
Set the value of the
character property for the instance constructed by this builder. |
KeyCharacterCombinationBuilder |
KeyCharacterCombinationBuilder.control(KeyCombination.ModifierValue x)
Set the value of the
control property for the instance constructed by this builder. |
static KeyCharacterCombinationBuilder |
KeyCharacterCombinationBuilder.create()
Creates a new instance of KeyCharacterCombinationBuilder.
|
KeyCharacterCombinationBuilder |
KeyCharacterCombinationBuilder.meta(KeyCombination.ModifierValue x)
Set the value of the
meta property for the instance constructed by this builder. |
KeyCharacterCombinationBuilder |
KeyCharacterCombinationBuilder.shift(KeyCombination.ModifierValue x)
Set the value of the
shift property for the instance constructed by this builder. |
KeyCharacterCombinationBuilder |
KeyCharacterCombinationBuilder.shortcut(KeyCombination.ModifierValue x)
Set the value of the
shortcut property for the instance constructed by this builder. |
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to