Spec-Zone .ru
спецификации, руководства, описания, API
|
Package | Description |
---|---|
javafx.scene.input |
Provides the set of classes for mouse and keyboard input event handling.
|
Modifier and Type | Field and Description |
---|---|
private KeyCombination.ModifierValue |
KeyCombination.alt
The state of the
alt key in this key combination. |
private KeyCombination.ModifierValue |
KeyCodeCombinationBuilder.alt |
private KeyCombination.ModifierValue |
KeyCharacterCombinationBuilder.alt |
private KeyCombination.ModifierValue |
KeyCombination.control
The state of the
control key in this key combination. |
private KeyCombination.ModifierValue |
KeyCodeCombinationBuilder.control |
private KeyCombination.ModifierValue |
KeyCharacterCombinationBuilder.control |
private KeyCombination.ModifierValue |
KeyCombination.meta
The state of the
meta key in this key combination. |
private KeyCombination.ModifierValue |
KeyCodeCombinationBuilder.meta |
private KeyCombination.ModifierValue |
KeyCharacterCombinationBuilder.meta |
private KeyCombination.ModifierValue |
KeyCombination.shift
The state of the
shift key in this key combination. |
private KeyCombination.ModifierValue |
KeyCodeCombinationBuilder.shift |
private KeyCombination.ModifierValue |
KeyCharacterCombinationBuilder.shift |
private KeyCombination.ModifierValue |
KeyCombination.shortcut
The state of the
shortcut key in this key combination. |
private KeyCombination.ModifierValue |
KeyCodeCombinationBuilder.shortcut |
private KeyCombination.ModifierValue |
KeyCharacterCombinationBuilder.shortcut |
private KeyCombination.ModifierValue |
KeyCombination.Modifier.value |
Modifier and Type | Method and Description |
---|---|
KeyCombination.ModifierValue |
KeyCombination.getAlt()
The state of the
alt key in this key combination. |
KeyCombination.ModifierValue |
KeyCombination.getControl()
The state of the
control key in this key combination. |
KeyCombination.ModifierValue |
KeyCombination.getMeta()
The state of the
meta key in this key combination. |
private static KeyCombination.ModifierValue |
KeyCombination.getModifierValue(KeyCombination.Modifier[] modifiers,
KeyCode modifierKey) |
KeyCombination.ModifierValue |
KeyCombination.getShift()
The state of the
shift key in this key combination. |
KeyCombination.ModifierValue |
KeyCombination.getShortcut()
The state of the
shortcut key in this key combination. |
KeyCombination.ModifierValue |
KeyCombination.Modifier.getValue()
Gets the modifier value of this
Modifier . |
private static KeyCombination.ModifierValue |
KeyCombination.resolveModifierValue(KeyCombination.ModifierValue firstValue,
KeyCombination.ModifierValue secondValue) |
static KeyCombination.ModifierValue |
KeyCombination.ModifierValue.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static KeyCombination.ModifierValue[] |
KeyCombination.ModifierValue.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
private static void |
KeyCombination.addModifierIntoString(java.lang.StringBuilder sb,
KeyCode modifierKey,
KeyCombination.ModifierValue modifierValue) |
KeyCodeCombinationBuilder |
KeyCodeCombinationBuilder.alt(KeyCombination.ModifierValue x)
Set the value of the
alt property for the instance constructed by this builder. |
KeyCharacterCombinationBuilder |
KeyCharacterCombinationBuilder.alt(KeyCombination.ModifierValue x)
Set the value of the
alt 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. |
KeyCharacterCombinationBuilder |
KeyCharacterCombinationBuilder.control(KeyCombination.ModifierValue x)
Set the value of the
control property for the instance constructed by this builder. |
KeyCodeCombinationBuilder |
KeyCodeCombinationBuilder.meta(KeyCombination.ModifierValue x)
Set the value of the
meta property for the instance constructed by this builder. |
KeyCharacterCombinationBuilder |
KeyCharacterCombinationBuilder.meta(KeyCombination.ModifierValue x)
Set the value of the
meta property for the instance constructed by this builder. |
private static KeyCombination.ModifierValue |
KeyCombination.resolveModifierValue(KeyCombination.ModifierValue firstValue,
KeyCombination.ModifierValue secondValue) |
KeyCodeCombinationBuilder |
KeyCodeCombinationBuilder.shift(KeyCombination.ModifierValue x)
Set the value of the
shift 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. |
KeyCodeCombinationBuilder |
KeyCodeCombinationBuilder.shortcut(KeyCombination.ModifierValue x)
Set the value of the
shortcut 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. |
private static boolean |
KeyCombination.test(KeyCode testedModifierKey,
KeyCombination.ModifierValue testedModifierValue,
KeyCode shortcutModifierKey,
KeyCombination.ModifierValue shortcutModifierValue,
boolean isKeyDown) |
private static boolean |
KeyCombination.test(KeyCombination.ModifierValue modifierValue,
boolean isDown) |
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to