Uses of Class
javafx.scene.input.KeyCombination
Package
Description
Provides the core set of base
classes for the JavaFX Scene Graph API.
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.
Provides the set of classes for mouse and keyboard input event handling.
Provides the top-level container classes for JavaFX content.
-
Uses of KeyCombination in javafx.scene
Modifier and TypeMethodDescriptionScene.getAccelerators()
Gets the list of accelerators for thisScene
.Scene.getMnemonics()
Gets the list of mnemonics for thisScene
. -
Uses of KeyCombination in javafx.scene.control
Modifier and TypeMethodDescriptionfinal KeyCombination
MenuItem.getAccelerator()
Gets the value of theaccelerator
property.Modifier and TypeMethodDescriptionfinal ObjectProperty
<KeyCombination> MenuItem.acceleratorProperty()
The accelerator property enables accessing the associated action in one keystroke.Modifier and TypeMethodDescriptionfinal void
MenuItem.setAccelerator
(KeyCombination value) Sets the value of theaccelerator
property. -
Uses of KeyCombination in javafx.scene.input
Modifier and TypeClassDescriptionfinal class
This class represents a key combination in which the main key is specified by its character.final class
This class represents a key combination in which the main key is specified by itsKeyCode
.Modifier and TypeFieldDescriptionstatic final KeyCombination
KeyCombination.NO_MATCH
A KeyCombination that will match with no events.Modifier and TypeMethodDescriptionMnemonic.getKeyCombination()
Returns theKeyCombination
static KeyCombination
KeyCombination.keyCombination
(String name) Constructs a newKeyCombination
from the specified string.static KeyCombination
Constructs a newKeyCombination
from the specified string.Modifier and TypeMethodDescriptionvoid
Mnemonic.setKeyCombination
(KeyCombination keyCombination) Sets theKeyCombination
-
Uses of KeyCombination in javafx.stage
Modifier and TypeMethodDescriptionfinal KeyCombination
Stage.getFullScreenExitKeyCombination()
Get the current sequence used to exit Full Screen mode.Modifier and TypeMethodDescriptionfinal ObjectProperty
<KeyCombination> Stage.fullScreenExitKeyProperty()
Get the property for the Full Screen exit key combination.Modifier and TypeMethodDescriptionfinal void
Stage.setFullScreenExitKeyCombination
(KeyCombination keyCombination) Specifies the KeyCombination that will allow the user to exit full screen mode.