SWT Global Menu bar items listener
Posted
by vigilant
on Stack Overflow
See other posts from Stack Overflow
or by vigilant
Published on 2010-05-17T16:23:59Z
Indexed on
2010/05/18
2:10 UTC
Read the original article
Hit count: 292
Is it possible to attach a listener to all MenuItems in a Menu bar after creating the entire menu bar?
Otherwise I need to call addListener on each MenuItem individually, which is a pain with hundreds of menu items (don't ask why).
With a listener attached to each MenuItem, I would then be able to demultiplex using the text string of the MenuItem.
© Stack Overflow or respective owner