Spec-Zone .ru
спецификации, руководства, описания, API
|
Package | Description |
---|---|
javafx.scene |
Provides the core set of base
classes for the JavaFX Scene Graph API.
|
javafx.scene.control |
The JavaFX User Interface Controls (UI Controls or just Controls) are
specialized Nodes in the JavaFX Scenegraph especially suited for reuse in
many different application contexts.
|
javafx.scene.input |
Provides the set of classes for mouse and keyboard input event handling.
|
javafx.stage |
Provides the top-level container classes for JavaFX content.
|
Modifier and Type | Method and Description |
---|---|
ObservableMap<KeyCombination,java.lang.Runnable> |
Scene.getAccelerators()
Gets the list of accelerators for this
Scene . |
ObservableMap<KeyCombination,ObservableList<Mnemonic>> |
Scene.getMnemonics()
Gets the list of mnemonics for this
Scene . |
Modifier and Type | Field and Description |
---|---|
private KeyCombination |
MenuItemBuilder.accelerator |
Modifier and Type | Field and Description |
---|---|
private ObjectProperty<KeyCombination> |
MenuItem.accelerator
The accelerator property enables accessing the associated action in one keystroke.
|
Modifier and Type | Method and Description |
---|---|
KeyCombination |
MenuItem.getAccelerator()
Gets the value of the property accelerator.
|
Modifier and Type | Method and Description |
---|---|
ObjectProperty<KeyCombination> |
MenuItem.acceleratorProperty()
The accelerator property enables accessing the associated action in one keystroke.
|
Modifier and Type | Method and Description |
---|---|
B |
MenuItemBuilder.accelerator(KeyCombination x)
Set the value of the
accelerator property for the instance constructed by this builder. |
void |
MenuItem.setAccelerator(KeyCombination value)
Sets the value of the property accelerator.
|
Modifier and Type | Class and Description |
---|---|
class |
KeyCharacterCombination
This class represents a key combination in which the main key is specified
by its character.
|
class |
KeyCodeCombination
This class represents a key combination in which the main key is specified
by its
KeyCode . |
Modifier and Type | Field and Description |
---|---|
private KeyCombination |
Mnemonic.keyCombination |
private KeyCombination |
MnemonicBuilder.keyCombination |
Modifier and Type | Method and Description |
---|---|
KeyCombination |
Mnemonic.getKeyCombination()
Returns the
KeyCombination |
static KeyCombination |
KeyCombination.keyCombination(java.lang.String name)
Constructs a new
KeyCombination from the specified string. |
static KeyCombination |
KeyCombination.valueOf(java.lang.String value)
Constructs a new
KeyCombination from the specified string. |
Modifier and Type | Method and Description |
---|---|
B |
MnemonicBuilder.keyCombination(KeyCombination x)
Set the value of the
keyCombination property for the instance constructed by this builder. |
void |
Mnemonic.setKeyCombination(KeyCombination keyCombination)
Sets the
KeyCombination |
Constructor and Description |
---|
Mnemonic(Node node,
KeyCombination keyCombination)
|
Modifier and Type | Field and Description |
---|---|
private static KeyCombination |
PopupWindow.PopupEventRedirector.ESCAPE_KEY_COMBINATION |
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to