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

Bug 278438

Summary: Display#getSystemCursor(int) is missing
Product: [RT] RAP Reporter: Elias Volanakis <elias>
Component: RWTAssignee: Project Inbox <rap-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: enhancement    
Priority: P3    
Version: 1.2   
Target Milestone: 1.3 M1   
Hardware: All   
OS: All   
Whiteboard:
Attachments:
Description Flags
getSystemCursor implementataion none

Description Elias Volanakis CLA 2009-05-29 14:46:40 EDT
Is it possible to provide Display#getSystemCursor(int) ?

For example internally it could just forward to Graphics.getSystemCursor(...) which does the same.
Comment 1 Rüdiger Herrmann CLA 2009-06-02 03:39:02 EDT
Cursor support should have made available via this methid in the first place. This should be fixed in 1.3.
In addition, the current Graphics#getCursor() method should then be marked as deprecated and eventually be removed.
Comment 2 Rüdiger Herrmann CLA 2009-06-02 09:18:25 EDT
Created attachment 137992 [details]
getSystemCursor implementataion
Comment 3 Rüdiger Herrmann CLA 2009-07-01 03:09:30 EDT
Committed patch to CVS HEAD