[Java-gnome-developer] GtkTreeModel: getting value from java
Brought to you by:
afcowie
|
From: Alexey T. <a_t...@ma...> - 2009-12-21 20:33:59
|
Hello. As I understand, there is no way to get value for GtkTreeModel from Java. I have to set all values into TreeStore or ListStore before use it. Sometimes it rather expensive... But Gtk+ API allows implement custom TreeModel and write an arbitrary get_value function. So, it is possible to get value from Java class. Maybe this is useful feature? I think about interface, something like DataProvider or DataObtainer which can connect to TreeModel and provide values for it. |