[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.dsdp.ercp] Re: TextCellEditor does not work in TableViewer
|
Hello Tom.
Did you mean to call setColumnProperties? They are set between the
LabelProvider and the CellModifier:
> tableViewer.setLabelProvider(new
ConfigurationProtocolTableLabelProvider());
> tableViewer.setColumnProperties(new String[] { "DATE",
"PROFILE_NAME", "INFO" });
> tableViewer.setCellModifier(new
ConfigurationProtocolTableCellModifier(tableViewer));
Or do I have to set any other properties with setProperties ?
Thanks
Markus