Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » RCP Mail
RCP Mail [message #461092] Thu, 15 September 2005 19:31 Go to next message
Eclipse UserFriend
Originally posted by: kevin.cs.washington.edu

Hello,

I'm working with RCP Mail. I replaced the Text SWT widget in the message
pane with a Composite. Then, I added a keylistener to the composite. The
key listener works great.

So how do I get the events out of the View and into a class I wrote?

Kevin
Re: RCP Mail [message #461101 is a reply to message #461092] Fri, 16 September 2005 06:55 Go to previous message
arne anka is currently offline arne ankaFriend
Messages: 133
Registered: July 2009
Senior Member
> So how do I get the events out of the View and into a class I wrote?

what exactly are you trying? from your posting i would say inside the
listeners keyReleased or keyPressed method either create an instance of
your class with the keyevent as argument or add a method to your class to
retrive the event and call that method with the event as argument.

regards
Previous Topic:Keylistener throws error when Tab is pressed
Next Topic:SWT keycodes
Goto Forum:
  


Current Time: Thu Apr 25 19:18:35 GMT 2024

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

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

Back to the top