Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [gef-dev] MousePressed & MouseDoubleClicked event in a Figure


Please post this to the GEF newsgroup.  gef-dev is for development discussions on GEF component only.

-Steve
________________________________________
Steven R. Shaw
Rational Modeling Platform Diagram Layer Lead
Rational Software | IBM Software Group
770 Palladium Drive, Kanata, ON, Canada, K2V 1C8
tel: 613.591.7979
steveshaw@xxxxxxxxxx



Kandasamy jayabalan <kjai75@xxxxxxxxx>
Sent by: gef-dev-bounces@xxxxxxxxxxx

04/18/2006 09:02 PM

Please respond to
GEF development

To
gef-dev@xxxxxxxxxxx
cc
Subject
[gef-dev] MousePressed & MouseDoubleClicked event in a Figure





Hi,

I have to add some functionality on both mousePressed
and mouseDoubleClicked event in an Object which
extends Figure. I am trying to do this by adding a
mouselistener to this Object. What I am observing is
only mousePressed gets executed always and not
mouseDoubleClicked. Am I doing anything wrong? Any
input will really help me a lot.

Thanks,
Jai

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
_______________________________________________
gef-dev mailing list
gef-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/gef-dev


Back to the top