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

Bug 302931

Summary: Display#getDismissalAlignment is missing
Product: [RT] RAP Reporter: Rüdiger Herrmann <ruediger.herrmann>
Component: DemoAssignee: Project Inbox <rap-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: enhancement    
Priority: P3    
Version: unspecified   
Target Milestone: 1.3 M6   
Hardware: All   
OS: All   
Whiteboard:

Description Rüdiger Herrmann CLA 2010-02-16 05:51:19 EST
The method getDismissalAlignment() from Display is missing in RWT
Should be implemented like this:
public int getDismissalAlignment () {
	checkDevice ();
	return SWT.LEFT;
}
Comment 1 Rüdiger Herrmann CLA 2010-02-16 06:04:04 EST
Fixed in CVS HEAD