Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 368480 - Provide utility methods for add/remove ACTIVE_KEYS/CANCEL_KEYS to display/control
Summary: Provide utility methods for add/remove ACTIVE_KEYS/CANCEL_KEYS to display/con...
Status: NEW
Alias: None
Product: RAP
Classification: RT
Component: RWT (show other bugs)
Version: 1.5   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-12 14:18 EST by Ivan Furnadjiev CLA
Modified: 2012-01-12 14:18 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.