Re: RFR: 8314968: Public InputMap [v3]

2023-10-25 Thread Andy Goryachev
> Summary: > - public InputMap, KeyBinding, BehaviorBase in javafx.scene.control.behavior > package > - InputMap allows for adding key mappings on control (user-defined) and > behavior (defined by the skin) levels > - two stage mapping: key binding -> function tag -> function; enables a wide > r

Re: RFR: 8314968: Public InputMap [v2]

2023-10-18 Thread Andy Goryachev
> Summary: > - public InputMap, KeyBinding, BehaviorBase in javafx.scene.control.behavior > package > - InputMap allows for adding key mappings on control (user-defined) and > behavior (defined by the skin) levels > - two stage mapping: key binding -> function tag -> function; enables a wide > r

RFR: 8314968: Public InputMap

2023-10-13 Thread Andy Goryachev
Summary: - public InputMap, KeyBinding, BehaviorBase in javafx.scene.control.behavior package - InputMap allows for adding key mappings on control (user-defined) and behavior (defined by the skin) levels - two stage mapping: key binding -> function tag -> function; enables a wide range of contro