Bug 434262

Summary: Widgets need a forceDisabled flag
Product: [Eclipse Project] Platform Reporter: Jeff Nevicosi <nevicosi>
Component: SWTAssignee: Platform-SWT-Inbox <platform-swt-inbox>
Status: NEW --- QA Contact:
Severity: enhancement    
Priority: P3    
Version: 4.2.2   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Jeff Nevicosi CLA 2014-05-06 16:56:29 EDT
Implementers of widgets (Button, Combo, Label, Text, etc) have a requirement for a flag which if set, will ignore setEnabled(true) calls from the native framework.

Alternatively, remove the @noextend flag & we can add these customizations ourselves.