Re: [Java-gnome-developer] Trees
Brought to you by:
afcowie
From: Andrew C. <an...@op...> - 2008-03-04 09:12:32
|
On Fri, 2008-02-29 at 11:13 +0100, Ulhume wrote: > Is there any date for Tree support ? I mean not tree with a list storage, > but with real hierarchy. You're asking about TreeStore. Given the work in place for TreeModel and ListStore, along with the infrastructure behind them, it should be quite achievable for someone new to contribute the necessary coverage. The part that makes TreeStore different is that it has methods to insert a new row as a child of an existing row, or above it, along with methods to manipulate an existing hierarchy. That's what will need a bit of attention as compare to ListStore. If you're interested in doing the work on this one, give me a shout on #java-gnome once you've read into the guts of our TreeModel bindings and the Overrides that go with it. You'll also want to get up front and personal with the GTK API documentation for GtkTreeStore and friends. AfC Singapore -- Andrew Frederick Cowie Operational Dynamics is an operations and engineering consultancy focusing on IT strategy, organizational architecture, systems review, and effective procedures for change management. We actively carry out research and development in these areas on behalf of our clients, and enable successful use of open source in their mission critical enterprises, worldwide. http://www.operationaldynamics.com/ Sydney New York Toronto London |