Skip to main content



      Home
Home » Eclipse Projects » Rich Client Platform (RCP) » how to get main actionbar in CommonActionProvider
how to get main actionbar in CommonActionProvider [message #1073723] Thu, 25 July 2013 07:26
Eclipse UserFriend
Hi All,

I use a custom CNF in my RCP application, in CommonActionProvider class have method

public void fillActionBars(IActionBars actionBars) {
}

But seems the actionBars is only view level, not the main actionBars, I try to use

actionBars.setGlobalActionHandler(GlobalActionId.MOVE, moveAction);

to register the global action to menu bar, but always fail.

So, my question is, how can a get main actionbar in CommonActionProvider?
Previous Topic:Override the IDEApplication?
Next Topic:Eclipse e4 CSS
Goto Forum:
  


Current Time: Wed Mar 26 05:12:51 EDT 2025

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

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

Back to the top