Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Get workbench's toolbar
Get workbench's toolbar [message #331461] Mon, 08 September 2008 19:24 Go to next message
Eclipse UserFriend
Originally posted by: spam.korgen.de

Hi everybody,
I'm desperately trying to get the toolbar of the Eclipse Window. I
defined an extension of type action to org.eclipse.ui.actionSets and now
I'm trying to access the corresponding toolbar entry to disable it.

How can this be done?

Thanks a lot

Joerg
Re: Get workbench's toolbar [message #331475 is a reply to message #331461] Tue, 09 September 2008 11:37 Go to previous message
Paul Webster is currently offline Paul WebsterFriend
Messages: 6859
Registered: July 2009
Location: Ottawa
Senior Member

Korgen wrote:
> Hi everybody,
> I'm desperately trying to get the toolbar of the Eclipse Window. I
> defined an extension of type action to org.eclipse.ui.actionSets and now
> I'm trying to access the corresponding toolbar entry to disable it.

You can't really get the workbench toolbar that way (you could use SWT
hackery, but the workbench will overwrite your changes the first chance
it gets).

If you are using actionSets, the correct way to enabled/disable your
IAction is in org.eclipse.ui.IActionDelegate.selectionChanged(IAction,
ISelection)

action.setEnabled(false) will disable it.

Later,
PW


--
Paul Webster
http://wiki.eclipse.org/Platform_Command_Framework
http://wiki.eclipse.org/Command_Core_Expressions
http://wiki.eclipse.org/Menu_Contributions
http://wiki.eclipse.org/Menus_Extension_Mapping
http://help.eclipse.org/ganymede/index.jsp?topic=/org.eclips e.platform.doc.isv/guide/workbench.htm


Previous Topic:How to participate in cut / copy / paste?
Next Topic:Ganymede Update Problems
Goto Forum:
  


Current Time: Thu Jul 25 18:44:21 GMT 2024

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

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

Back to the top