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 |
---|---|
KeyCodeCombinationBuilder |
KeyCodeCombinationBuilder.alt(KeyCombination.ModifierValue x)
Set the value of the
alt property for the instance constructed by this builder. |
KeyCodeCombinationBuilder |
KeyCodeCombinationBuilder.code(KeyCode x)
Set the value of the
code property for the instance constructed by this builder. |
KeyCodeCombinationBuilder |
KeyCodeCombinationBuilder.control(KeyCombination.ModifierValue x)
Set the value of the
control property for the instance constructed by this builder. |
static KeyCodeCombinationBuilder |
KeyCodeCombinationBuilder.create()
Creates a new instance of KeyCodeCombinationBuilder.
|
KeyCodeCombinationBuilder |
KeyCodeCombinationBuilder.meta(KeyCombination.ModifierValue x)
Set the value of the
meta property for the instance constructed by this builder. |
KeyCodeCombinationBuilder |
KeyCodeCombinationBuilder.shift(KeyCombination.ModifierValue x)
Set the value of the
shift property for the instance constructed by this builder. |
KeyCodeCombinationBuilder |
KeyCodeCombinationBuilder.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