rcp
ClassNotFoundException when starting Maven 2 RCP application
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.[详细]
2023-01-16 18:04 分类:问答Dynamically adding types to a jaxb context
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[详细]
2023-01-14 10:18 分类:问答RCP Command with object argument
I want to call an RCP command in code, like this: IWorkbenchWindow window = PlatformUI.getWorkbench().getActiveWorkbenchWindow();[详细]
2023-01-14 08:45 分类:问答Running Groovy Unit Tests from a Eclipse Plugin Fragment?
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[详细]
2023-01-11 15:21 分类:问答How to create a custom toolbar in Eclipse RCP applications where the toolbar contains large icons
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[详细]
2023-01-10 13:32 分类:问答RCP app & change background color and putting image in center of application
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[详细]
2023-01-10 05:30 分类:问答Set Size of JFace Wizard
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,[详细]
2023-01-09 06:00 分类:问答Eclipse/SWT: Rectangle taking up entire canvas
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[详细]
2023-01-09 03:10 分类:问答How to hide "Preferences" item in Mac application menu
I have an application built atop the Eclipse rich-client platform. It does not yet have any user preferences.[详细]
2023-01-08 10:03 分类:问答Configure a p2 update repository programmatically
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:[详细]
2023-01-07 15:30 分类:问答