I\'ve started a very basic Eclipse (Helios) RCP application with the \"Hello RCP\" template. I enabled Maven dependency management and added Spring 3 to the POM.
I have multiple plug-ins in my RCP-based project. I want to be able to define @XMLEl开发者_Go百科ements in one plug-in that can then be marshaled / un-marshaled from the core plugin. To do so, I repor
I want to call an RCP command in code, like this: IWorkbenchWindow window = PlatformUI.getWorkbench().getActiveWorkbenchWindow();
i\'m currently working on a Eclipse RCP Project. I have a Plugin Fragment where i store my Unit Tests. I like to store the Groovy U开发者_JAVA百科nit Tests there as well. But when i try to create a Gr
How to create a custom toolbar in Eclipse RCP applications where the toolbar contains large icons. We would like to brand our application and allow l开发者_JAVA技巧arger in icons in perspective toolba
I would like to set the background color of my RCP application to white and show a center image (logo). This is because due to the fact, that no views or editors are shown beforehand and the user shou
I am building an Eclipse RCP application and am hav开发者_如何学Cing trouble on settings the size of a JFace Wizard.Yeah, it is generally a good idea to let Eclipse work out the size for you.However,
I am writin开发者_JAVA百科g an Eclipse RCP-based application and am trying to draw a rectangle on top of a ViewPart.However, the rectangle seems to take up the whole screen even when specifiying the b
I have an application built atop the Eclipse rich-client platform. It does not yet have any user preferences.
There is an article in the Eclipse wiki how to configure user\'s p2 default repositories of an RCP application by adding a static conf file to your product: