Skip to main content



      Home
Home » Eclipse Projects » GEF » How to capture double-click mouse events on an editpart ?
How to capture double-click mouse events on an editpart ? [message #72677] Wed, 26 March 2003 06:02 Go to next message
Eclipse UserFriend
Originally posted by: yuancong.tsinghua.org.cn

Which kind of editpolicy should I install?
Re: How to capture double-click mouse events on an editpart ? [message #72690 is a reply to message #72677] Wed, 26 March 2003 09:36 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: none.us.ibm.com

In your editpart subclass override:

performRequest(request req) {
if (req.getType() == RequestConstants.REQ_OPEN)
handleDoubleClick();
}

"YUAN Cong" <yuancong@tsinghua.org.cn> wrote in message
news:b5s17u$egg$1@rogue.oti.com...
> Which kind of editpolicy should I install?
>
>
Re: How to capture double-click mouse events on an editpart ? [message #72702 is a reply to message #72677] Wed, 26 March 2003 10:06 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: yuancong.tsinghua.org.cn

I solve this problem, overwrite editpart's performRequest(Request) method!
"YUAN Cong" <yuancong@tsinghua.org.cn> д
Re: How to capture double-click mouse events on an editpart ? [message #72782 is a reply to message #72690] Wed, 26 March 2003 10:08 Go to previous message
Eclipse UserFriend
Originally posted by: yuancong.tsinghua.org.cn

Thanks for your help,I have solved this problem:)
"Randy Hudson" <none@us.ibm.com> д
Previous Topic:Problems with Editpolicies
Next Topic:[ANN] The eSuite release its new version, and support preview now!
Goto Forum:
  


Current Time: Fri May 30 23:45:03 EDT 2025

Powered by FUDForum. Page generated in 0.03253 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top