[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] Re: How to change property of action defi ned in plugin.xml in other components?

Well, I got it working.

I know it's not right, but it is a horrible hack for now.
Going in through here PlatformUI.getWorkbench().getActiveWorkbenchWindow()).getCoolBarManager2().getItems()
I was able to eventually drill down and get the reference to the IAction that I needed. In the process, I had several restricted warnings. It's a good thing this code is just a hack and will be replaced soon enough.