Bug 48731 - Allow setting of number of rows on java.awt.List + Generic solution
Summary: Allow setting of number of rows on java.awt.List + Generic solution
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: VE (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: VE Bugzilla inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-15 06:28 EST by Joe Winchester CLA
Modified: 2011-06-13 11:38 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Joe Winchester CLA 2003-12-15 06:28:25 EST
java.awt.List allows you to specify the number of rows through its constructor
List list = new List(6);
This is write only at construct time.  We should surface this on the property 
sheet as a rows property and code generate into the constructor because it's a 
very useful property to control the depth
However - we need a generic solution for this.  Also related to SWT style bit 
constructor args (although this is a lot simpler), but in general we need to 
have a mechanism for property sheet properties that aren't JavaBeans 
properties and instead come from constructor args and a way of modeling these 
in the meta layer and also the mechanism to make it work with the JBCF model