Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Is there a way to view all widget events?
Is there a way to view all widget events? [message #462374] Tue, 11 October 2005 14:13 Go to next message
Brad Reynolds is currently offline Brad ReynoldsFriend
Messages: 309
Registered: July 2009
Senior Member
Is there a way that I can view all events that are firing from a widget?
When using widgets I'm sometimes curious about what is firing and
when. It would be great if I could see everything without digging
through all the events and attaching listeners. I realize I'd have to
reverse engineer some event type codes but that's fine, I just want to
see if and when events are firing. Also I'm up for anything here.
Hacks are welcome. If it ends up being some platform specific code that
I need to throw in a conditional breakpoint that does a sysout I'm
perfectly fine with that. I just rather not have to register for every
event if possible.

Thanks,
Brad
Re: Is there a way to view all widget events? [message #463379 is a reply to message #462374] Fri, 04 November 2005 19:10 Go to previous message
Steve Northover is currently offline Steve NorthoverFriend
Messages: 1636
Registered: July 2009
Senior Member
Investigate Display.addFilter().

"Brad Reynolds" <bradleyjames@gmail.com> wrote in message
news:digha1$fic$1@news.eclipse.org...
> Is there a way that I can view all events that are firing from a widget?
> When using widgets I'm sometimes curious about what is firing and
> when. It would be great if I could see everything without digging
> through all the events and attaching listeners. I realize I'd have to
> reverse engineer some event type codes but that's fine, I just want to
> see if and when events are firing. Also I'm up for anything here.
> Hacks are welcome. If it ends up being some platform specific code that
> I need to throw in a conditional breakpoint that does a sysout I'm
> perfectly fine with that. I just rather not have to register for every
> event if possible.
>
> Thanks,
> Brad
Previous Topic:Virtual table problems
Next Topic:Expandable Composite problem.
Goto Forum:
  


Current Time: Fri Apr 26 23:55:47 GMT 2024

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

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

Back to the top