Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » JFace » MenuManager, all add no find
MenuManager, all add no find [message #494410] Fri, 30 October 2009 14:39 Go to next message
Dilton McGowan II is currently offline Dilton McGowan IIFriend
Messages: 110
Registered: July 2009
Senior Member
Why is it that MenuManager lets you .add(IAction) but none of the getters
and none of the finders let you later look up the action you added so you
can enable/disable it?
Re: MenuManager, all add no find [message #494815 is a reply to message #494410] Mon, 02 November 2009 18:06 Go to previous message
Paul Webster is currently offline Paul WebsterFriend
Messages: 6859
Registered: July 2009
Location: Ottawa
Senior Member

Presumably the code that added it could have kept a reference in a collection somewhere.

you can look up IContributionItems by ID and (depending on the type of the item) extract some information or objects back.

PW


Previous Topic:Re: Unable to find BeansObservables in Maven jars
Next Topic:[Databinding]Binding multiple TreeViewers to single model
Goto Forum:
  


Current Time: Fri Mar 29 15:31:25 GMT 2024

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

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

Back to the top