Bug 21013 - [PropertiesView] ComboBoxPropertyDescriptor should provide a defualt label provider
Summary: [PropertiesView] ComboBoxPropertyDescriptor should provide a defualt label pr...
Status: CLOSED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows XP
: P4 enhancement (vote)
Target Milestone: 3.0 M6   Edit
Assignee: Kim Horne CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-26 12:19 EDT by Randy Giffen CLA
Modified: 2004-04-01 15:42 EST (History)
1 user (show)

See Also:


Attachments
Patch for org.eclipse.ui.views (8.15 KB, patch)
2003-10-14 14:40 EDT, Kim Horne CLA
no flags Details | Diff
Patch for org.eclipse.ui.tests (4.79 KB, patch)
2003-10-14 14:41 EDT, Kim Horne CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Randy Giffen CLA 2002-06-26 12:19:49 EDT
ComboBoxPropertyDescriptor requires an array of string values in its 
contructor.
These are used to display in the combo box cell editor.
Typically clients must also supply a label provider with the same array of 
values in order to show the correct value when the cell editor is not active.
The descriptor should create a default label provider based on the values 
passed in its constructor.
Comment 1 Lynne Kues CLA 2003-02-24 12:02:18 EST
Not for 2.1
Comment 2 Kim Horne CLA 2003-10-14 14:40:54 EDT
Created attachment 6419 [details]
Patch for  org.eclipse.ui.views
Comment 3 Kim Horne CLA 2003-10-14 14:41:27 EDT
Created attachment 6420 [details]
Patch for org.eclipse.ui.tests
Comment 4 Chris McLaren CLA 2003-11-25 16:06:05 EST
applied patches. closing as fixed on kim's behalf.
Comment 5 Kim Horne CLA 2003-12-16 10:31:38 EST
Verified in 200311211210(see
org.eclipse.ui.tests.propertysheet.ComboBoxPropertydescriptorTest).
Comment 6 Kim Horne CLA 2004-04-01 15:42:01 EST
Closed.