... until the collector arrives ...

This "blog" is really just a scratchpad of mine. There is not much of general interest here. Most of the content is scribbled down "live" as I discover things I want to remember. I rarely go back to correct mistakes in older entries. You have been warned :)

2006-03-31

Eclipse TreeViewer

I tried an experiment to explore the behaviour of Eclipse TreeViewers when their input model was changed.  I was hoping that if the new model was equivalent to the old using equals(), then the tree would not collapse and lose its selection.  No such luck.  The new model must be '==' the old model to retain tree state.

Blog Archive