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


On your way to the newsgroup, check out:
http://wiki.eclipse.org/index.php/GEF_Developer_FAQ#How_do_I_do_.22X.22_when_the_User_double-clicks.3F

Thanks in advance to those who help maintain the FAQ
-Randy



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

04/18/2006 09:02 PM

Please respond to
GEF development <gef-dev@xxxxxxxxxxx>

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