| [news.eclipse.tools.gef] Re: SelectionTool - something like a "selection changed" event/request? |
Hello,
Supposing a user clicks on something with the selection tool active - does it generate a request? I need somehow to intercept such an event.
I am struggling to find some sort of definitive document describing what events the SelectionTool reacts on, and what Requests it generates for each. Is there something like this out there?
-i
/** * @see org.eclipse.gef.EditPart#setSelected(int) */ public void setSelected(int value) { super.setSelected(value); }
Peace,
~ Chris