| [news.eclipse.platform.swt] Re: How do i recieve a deselection event within swt table |
Hi Jan. I don't think there are "deselection" events. I think each new selection event just replaces the last selection with the current one. So whatever you're doing with the selection (e.g., copy / paste, drag/drop, etc.) just uses whatever is in the current selection.Hello,
how can i detect a deselection event from within a swt table? When reigstering a normal SelectionListener i only recieve events when an item is selected but not when it is deselected. How do i recieve that kind of event?
Regards, Prophet