Re: [java-gnome-hackers] Putting DataCo
Brought to you by:
afcowie
From: Serkan K. <se...@ge...> - 2010-03-04 04:58:52
|
for a this is not mandatory but depends on whether you can afford the extra memory needed for the model only column (and this depends on # of rows expected) or the cpu time needed for conversion each time you need the integral value (and this depends on how frequent you need the integral value) 04-03-2010 06:55, Serkan Kaba yazmış: >> Hi guys, >> this is my code, how convert DataColumnInteger to I can put it in >> CellRendererText.? >> is there CellRendererInteger? I cant find it! >> >> -- >> Best Regards. >> F.Baghery > You can't get DataColumnInteger rendered in CellRendererText, so you > must have a DataColumnString filled with String representations of > integers. But if you need the integral values of those later for > a) using them as indices for lookup > b) sorting the table wrt id. > > then you can have a model only column that's not shown in the TreeView. > -- Sincerely, Serkan KABA Gentoo Developer |