Community
Participate
Working Groups
Since the RWT fragment is meant to be exchangeable, no platform code should access its classes directly. Currently, the BindingManager accesses the KeyBindingUtil which is located in the q07 fragment. Reportedly, this can also break existing builds. As an alternative, we could register key binding sequences with Display.setData using a public constant as key.
As suggested, now the Display.setData is used to pass the keybinding list. Changes are in CVS HEAD.