Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » GEF » double click
double click [message #163263] Fri, 07 January 2005 02:18 Go to next message
Eclipse UserFriend
Originally posted by: penzhan8451.yahoo.com.cn

Hi,

I want to response the mouse double click in gef editor. which
policy

do i need to implement ?



Thanks & best regards.
Re: double click [message #163271 is a reply to message #163263] Fri, 07 January 2005 02:56 Go to previous message
John Willson is currently offline John WillsonFriend
Messages: 22
Registered: July 2009
Junior Member
What I'm doing is checking request in AbstractEditPart.performRequest like
the following:
class ...EditPart....
public void performRequest(Request request) {
if (request.getType() == RequestConstants.REQ_OPEN) {
// do something.
}
}

>
> Hi,
>
> I want to response the mouse double click in gef editor. which
> policy
>
> do i need to implement ?
>
>
>
> Thanks & best regards.
>
Previous Topic:Question about which layout manager to use
Next Topic:adding SWT/Jface tree component to draw2d figure
Goto Forum:
  


Current Time: Wed Apr 24 23:12:07 GMT 2024

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

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

Back to the top