-
Bug
-
Resolution: Fixed
-
P3
-
fx2.0
The KeyCode.valueOf(int code) method translates a numerical code to KeyCode reference. It's a complete nonsense to have this method public, it's even impossible to write a meaningful documentation for it, because user has no access to the numerical codes. The numerical value is part of contract between Toolkit and FX and is completely hidden for users - from user's point of view key code is always represented by the KeyCode reference.