JDK-8314968 : Public InputMap (v3)
  • Type: Enhancement
  • Component: javafx
  • Sub-Component: controls
  • Priority: P4
  • Status: In Progress
  • Resolution: Unresolved
  • Submitted: 2023-08-24
  • Updated: 2024-11-05
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 :  
Cloners :  
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Description
Summary:

- allow for customization of a control behavior by changing the existing or adding new key mappings
- support dynamic modification of key mappings
- allow for accessing the default functionality even when it was overwritten by the application
- allow for reverting customization to the default implementation
- guarantee priorities between the application and the skin event handlers and key mappings
- allow for gradual migration of the existing controls to use the new InputMap
- support stateful and stateless (fully static) behavior implementations

For more detailed introduction, see
https://github.com/andy-goryachev-oracle/Test/blob/main/doc/InputMap/InputMapV3.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