On Mon, 2005-09-26 at 11:25 -0700, Bryce Harrington wrote:
We've talked about using treeview controls for the layer dialog, xml editor, extensions manager, preferences, and so forth. Do these things all have the same kind of underlying data structure? Is it going to be feasible to create an abstract model class for all of these?
Let's do a few separately and see if there's something reasonable we can factor out of them.
There is, incidentally, an Attic'd treeview model class for XML nodes that I never finished. There are unfortunately some "black magic" aspects to bootstrapping a custom treeview model class, so it might be best to use that as a starting point if we get into custom treeview model classes. I'll see if I can dig it up again.
-mental