Bug 12329 - [Cell Editors] Request:ComboBoxCellEditor READ_ONLY style
Summary: [Cell Editors] Request:ComboBoxCellEditor READ_ONLY style
Status: CLOSED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Andrew Irvine CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 15923 24043 25603 (view as bug list)
Depends on:
Blocks:
 
Reported: 2002-03-27 02:16 EST by Naomi Miyamoto CLA
Modified: 2003-04-17 05:16 EDT (History)
4 users (show)

See Also:


Attachments
Style bits in cell editor constructors (8.06 KB, patch)
2002-10-18 10:25 EDT, Andrew Irvine CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Naomi Miyamoto CLA 2002-03-27 02:16:43 EST
Although CCombo accepts SWT.READ_ONLY style, there is no way to specify style 
when it is used in ComboBoxCellEditor.

How about adding createControl(Composite parent, int style) method to 
ComboBoxCellEditor class?
Comment 1 Mike Wilson CLA 2002-03-27 13:14:14 EST
ComboBoxCellEditor is a JFace class.
Comment 2 Sonia Dimitrov CLA 2002-09-25 09:35:35 EDT
*** Bug 24043 has been marked as a duplicate of this bug. ***
Comment 3 Andrew Irvine CLA 2002-10-10 16:45:59 EDT
*** Bug 15923 has been marked as a duplicate of this bug. ***
Comment 4 Andrew Irvine CLA 2002-10-18 10:25:57 EDT
Created attachment 2229 [details]
Style bits in cell editor constructors
Comment 5 Andrew Irvine CLA 2002-10-22 09:26:44 EDT
Patch submitted
Comment 6 Andrew Irvine CLA 2002-10-25 10:25:52 EDT
*** Bug 25356 has been marked as a duplicate of this bug. ***
Comment 7 Sonia Dimitrov CLA 2002-10-31 16:30:45 EST
*** Bug 25603 has been marked as a duplicate of this bug. ***
Comment 8 Naomi Miyamoto CLA 2003-04-17 05:16:34 EDT
New constructer ComboBoxCellEditor(Composite parent, String[] items, int style) 
works fine. (Verified with 2.1.0)