[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.platform] Re: Set items to ComboBoxCellEditor

http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.jface.snippets/Eclipse%20JFace%20Snippets/org/eclipse/jface/snippets/viewers/Snippet034CellEditorPerRowNewAPI.java?view=markup

In your case you have 2 possibilities:
1. (re)set the CCombo-Items in getCellEditor(Object)
2. (re)set the CCombo-Items in initializeCellEditorValue(CellEditor,ViewerCell)


Tom

sania schrieb:
Hi

I have switched to 3.3 API..Can you give a snippet of how to refill the coombobox using EditingSupport.

Thanks
Sania