[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.platform.swt] Combo
|
Hi, I'm playing around with a Combo and I've got some questions:
Is there a setSelectionIndex( int index )? There's a getSelectionIndex. But
setting the selected Item doesn't seem possible when I look at the API docs.
Isn't there a way to add data's to a position in the combo? I would like to
be able to add an id field to a Combo item to make the selection of an item
more robust than just getting the data from the position of the selected
item.