JDK-8314968 : Public InputMap
  • Type: Enhancement
  • Component: javafx
  • Sub-Component: controls
  • Priority: P4
  • Status: In Progress
  • Resolution: Unresolved
  • Submitted: 2023-08-24
  • Updated: 2024-06-25
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
tbdUnresolved
Related Reports
Blocks :  
Relates :  
Relates :  
Relates :  
Relates :  
Description
Summary:
- public InputMap, KeyBinding, BehaviorBase in javafx.scene.control.input package
- InputMap allows for adding key mappings to the control by the application and by the skin
- InputMap guarantees specific order of event handlers and key mappings
- two stage mapping: key binding -> function tag -> function; enables a wide range of control customization (in some cases even without subclassing behavior classes)

For more detailed introduction, see
https://github.com/andy-goryachev-oracle/Test/blob/ag.jep.input.map.v2/doc/InputMap/InputMapV2.md
Comments
A pull request was submitted for review. URL: https://git.openjdk.org/jfx/pull/1254 Date: 2023-10-03 19:10:14 +0000
13-10-2023