[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.platform.swt] Re: Chaning contents of CCombo in TableViewer
|
Hi Swapnil,
I don't know the details of ComboBoxCellEditor, but its inheirited
getControl() method should get you the CCombo, which you can then set new
content on.
If your question is more related to the ComboBoxCellEditor than to using its
contained CCombo then you may get a better answer if you ask this on the
eclipse.platform.rcp newsgroup since that is where jface lives.
Grant
"Swapnil" <swapnil_gorantiwar@xxxxxxxxxxxxxxxx> wrote in message
news:eh77u3$u8a$1@xxxxxxxxxxxxxxxxxxxx
> Hi all,
>
> I have implemented a TableViewer from a table which contains 2 columns.
> In each column (and every rows) I have a ComboBoxCellEditor. I need to
> change the content of the CCombo in the column2 when the selection
> change in the CCombo of the column1. How can I do that ?
>
> Thanks & Regards,
> Swapnil