PDA

View Full Version : ComboBox and ListStore generics


zaccret
05-22-2008, 03:27 AM
For a ComboBox, wouldn't it be a good idea to have a Data generic consistent with the Store M generic ? In other words, we would have, in ComboBox class :
public void setStore(ListStore<Data> store)
public Data getSelectedRecord()
public ListStore<Data> getStore()

darrellmeyer
05-22-2008, 11:42 AM
That change is already in SVN. Thanks.

zaccret
05-22-2008, 11:45 AM
Ok. Thanks to you. =D>