Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » IToolBarManager/CoolBarManager
IToolBarManager/CoolBarManager [message #284530] Wed, 27 April 2005 07:58
Carmelo  is currently offline Carmelo Friend
Messages: 224
Registered: July 2009
Senior Member
Hi all,
Does anyone could help me with a coolbar, I mean what is the right way to
use/create a coolbar in a view?

At the moment I'm using what follow

// ---------
IToolBarManager toolbarManager = view.getViewSite().getActionBars()
.getToolBarManager();
toolbarManager.add(deleteAction);
toolbarManager.add(addProjectAction);
// --------

I have seen I can do .

CoolBarManager coolbarManager = new CoolBarManager ();
coolbarManager.add(toolbarManager);

how to move from here (if this is right!)?

Thanks for any help.

Kar

/// hope i posted in the right place --- ciao
Previous Topic:Problem with actionSets
Next Topic:Advice on creating a special Type Dialog
Goto Forum:
  


Current Time: Fri Apr 19 04:32:26 GMT 2024

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

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

Back to the top