Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] how to insert a row to a tabel control?


You'll need some to provide a snippet.  Why not ask on eclipse.platform.swt?



"郑刚" <winzhen@xxxxxxxx>
Sent by: platform-swt-dev-admin@xxxxxxxxxxx

10/23/2003 11:07 PM
Please respond to platform-swt-dev

       
        To:        <platform-swt-dev@xxxxxxxxxxx>
        cc:        
        Subject:        Re: [platform-swt-dev] how to insert a row to a tabel control?



Using this constructor really can insert a row to the table,but it seems like that this table item is read only and can not be edited!How can i do with this problem?Should i construct suitable kinds of editors for columns of this tableitem?
thanks!
----- Original Message -----
From: Steve Northover
To: platform-swt-dev@xxxxxxxxxxx
Cc: platform-swt-dev@xxxxxxxxxxx ; platform-swt-dev-admin@xxxxxxxxxxx
Sent: Wednesday, October 22, 2003 9:50 PM
Subject: Re: [platform-swt-dev] how to insert a row to a tabel control?


How about using TableItem(Table parent, int style, int index)?



"郑刚" <winzhen@xxxxxxxx>
Sent by:
platform-swt-dev-admin@xxxxxxxxxxx

10/22/2003 06:38 AM
Please respond to platform-swt-dev

       
       To:        <
platform-swt-dev@xxxxxxxxxxx>
       cc:        

       Subject:        [platform-swt-dev] how to insert a row to a tabel control?




I use the SWT tabel control ,and if i want to insert a row to the tabel,should i construct editor controls for each column of this row?if not,how can i do this?


Back to the top