[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] ComboBoxCellEditor and count visible items

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