[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.swt] Re: Easy way to dump Tree
|
You'll need to write the code to do it, either recursively or non-recurively
if you are worried about stack.
"Sebastian Scholz" <ssc@xxxxxxxxxxx> wrote in message
news:pan.2005.04.26.12.04.17.406000@xxxxxxxxxxxxxx
> Hi
>
> I am struggling with the Tree widget and wonder if there is an easy way
> to just "dump" the content of the Tree into a hashmap and read it back
> or if I have to handle every element.
>
> Thanks,
>
> -Sebastian