Re: [java-gnome-hackers] Putting DataCo
Brought to you by:
afcowie
From: Serkan K. <se...@ge...> - 2010-03-04 04:15:52
|
> 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 |