Uses of Class
javafx.scene.input.KeyCombination
Packages that use KeyCombination
-
Uses of KeyCombination in com.sun.javafx.scene
Methods in com.sun.javafx.scene that return types with arguments of type KeyCombination -
Uses of KeyCombination in javafx.scene
Methods in javafx.scene that return types with arguments of type KeyCombinationModifier and TypeMethodDescriptionScene.getAccelerators()Gets the list of accelerators for thisScene. -
Uses of KeyCombination in javafx.scene.control
Methods in javafx.scene.control that return KeyCombinationModifier and TypeMethodDescriptionfinal KeyCombinationMenuItem.getAccelerator()Gets the value of theacceleratorproperty.Methods in javafx.scene.control that return types with arguments of type KeyCombinationModifier and TypeMethodDescriptionfinal ObjectProperty<KeyCombination>MenuItem.acceleratorProperty()The accelerator property enables accessing the associated action in one keystroke.Methods in javafx.scene.control with parameters of type KeyCombinationModifier and TypeMethodDescriptionfinal voidMenuItem.setAccelerator(KeyCombination value) Sets the value of theacceleratorproperty. -
Uses of KeyCombination in javafx.scene.input
Subclasses of KeyCombination in javafx.scene.inputModifier and TypeClassDescriptionfinal classThis class represents a key combination in which the main key is specified by its character.final classThis class represents a key combination in which the main key is specified by itsKeyCode.Fields in javafx.scene.input declared as KeyCombinationModifier and TypeFieldDescriptionstatic final KeyCombinationKeyCombination.NO_MATCHA KeyCombination that will match with no events.Methods in javafx.scene.input that return KeyCombinationModifier and TypeMethodDescriptionstatic KeyCombinationKeyCombination.keyCombination(String name) Constructs a newKeyCombinationfrom the specified string.static KeyCombinationConstructs a newKeyCombinationfrom the specified string.