[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools.gef] Re: SelectionTool - something like a "selection changed" event/request?

No, it selects that editpart (and invokes setSelected(SELECTED_PRIMARY) on
that EditPart), unless it was already selected (in which case you get a
DIRECT_EDIT request).  What do you want to do instead?

"Iwan Vosloo" <iwan@xxxxxxxxxxxx> wrote in message
news:cndo4r$it0$1@xxxxxxxxxxxxxxxxxx
> 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
>