Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 368480

Summary: Provide utility methods for add/remove ACTIVE_KEYS/CANCEL_KEYS to display/control
Product: [RT] RAP Reporter: Ivan Furnadjiev <ivan>
Component: RWTAssignee: Project Inbox <rap-inbox>
Status: NEW --- QA Contact:
Severity: enhancement    
Priority: P3    
Version: 1.5   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Ivan Furnadjiev CLA 2012-01-12 14:18:34 EST
If you want to add/remove ACTIVE_KEYS/CANCEL_KEYS to the existing set of keys you have to deal with manipulating of arrays all the time. It will be more convenient to provide utility methods for such operations. Something like:
addActiveKeys( Control, String[] )
removeActiveKeys( Control, String[] )
addActiveKeys( Display, String[] )
removeActiveKeys( Display, String[] )
and the same for cancel keys. Of course, we have to find a proper "home" for these methods.