[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.swt] Re: Tree Event Before Selection change
|
I don't think you can get the old selection after the Selection event has
been received.
Grant
"Naren" <x_naren@xxxxxxxxxxx> wrote in message
news:adc07b8eda887c099a3f6d9b25957970$1@xxxxxxxxxxxxxxxxxx
> Iam trying to find my old selections in the tree.
>
> with tree.addSelectionListener -- widgetselected -- occurs after the new
> selection event
>
> Is there a way to get the old selections from the tree,??
> other than storing the selections each item in an array outside of tree.
>
> Thanks
>
> Naren
>