Re: [Java-gnome-developer] JTable(Swing) to java-gnome
Brought to you by:
afcowie
From: Ka-Hing C. <ka...@gm...> - 2005-03-25 03:02:02
|
On Thu, 24 Mar 2005 09:45:50 -0400, Robert Marcano <ro...@ma...> wrote: > I think what he wants is to be possible to do what any good user of a > JTable do: > > public class MyModel implements TableModel { > ..... > } > > instead of copying the data from the original source to the > DefaultTableModel class for example. A lot of GTK programmers develop > programs using the last option: copy the data to a GtkTreeStore or > GtkListStore instead of implementing the GtkTreeModel interface (this > was not possible the last time I used java-gnome) Yes that's what I meant, and there's no way to write your own renderer at all. -khc |