[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.swt] ComboBoxCellEditor and count visible items
|
- From: Martin Jedlička <jedlicka@xxxxxxx>
- Date: Wed, 11 Jun 2008 08:24:37 +0200
- Newsgroups: eclipse.platform.swt
- Organization: EclipseCorner
- User-agent: Thunderbird 2.0.0.14 (Windows/20080421)
How can I set count visible items in the ComboBoxCellEditor by TableViewer??
This doesnt't work:
((Combo) comboBoxCellEditor.getControl())).setVisibleItemCount(10);
Invoke exception:
java.lang.ClassCastException: org.eclipse.swt.custom.CCombo
Thanks.
Martin