Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » GEF » delete key binding?
delete key binding? [message #146669] Thu, 05 August 2004 18:31 Go to next message
Eclipse UserFriend
Originally posted by: grant.hodgins.maketechnologies.com

Hi,
Both the logic and flow examples bind the Delete key to the notion of
deleting a part (and nested parts).

Where, specifically, would I look to see how this works? I need to bind the
delete key, as used within my GEF Editor, to a custom IAction.

Thanks in advance,
Grant
Re: delete key binding? [message #146705 is a reply to message #146669] Fri, 06 August 2004 07:03 Go to previous message
Eclipse UserFriend
Originally posted by: word-up.gmx.de

Hi Grant,

keyHandler.put(KeyStroke.getPressed(SWT.DEL, 127, 0),
getActionRegistry().getAction(
ActionFactory.DELETE.getId()));


Grant Hodgins wrote:

> Hi,
> Both the logic and flow examples bind the Delete key to the notion of
> deleting a part (and nested parts).

> Where, specifically, would I look to see how this works? I need to bind the
> delete key, as used within my GEF Editor, to a custom IAction.

> Thanks in advance,
> Grant
Previous Topic:Visio stencil to GEF
Next Topic:finding resource from GefEditPart
Goto Forum:
  


Current Time: Sat Nov 09 05:01:36 GMT 2024

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

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

Back to the top