rcp
Cannot create a plug-in with multiple page editor?
I would like to use multiple-page editor (eclipse RCP). I want to follow this tutorial but I开发者_JAVA百科 cannot get \"plug-in with multiple page editor\" when I create a new project. I have only :[详细]
2023-03-25 00:05 分类:问答Eclipse-RCP Wrong encoding when deploying the product
I am creating an RCP ap开发者_如何学Pythonplication, with many Greek messages, so everything is in UTF-8. As I develop and test through Eclipse IDE, everything is fine.[详细]
2023-03-23 22:43 分类:问答Problem with extension schema in Eclipse
Eclipse doesn\'t find the schema for an extension. However, the schemas for other extensions can be found.[详细]
2023-03-23 18:41 分类:问答ECLIPSE RCP - lightweight decorator with objectState enablement
How use this functionality that org.eclipse.ui.decorators provides? Lets say I have some object in Tre开发者_如何学PythoneViewer and want to enable decorator only when object has \"dirty\" property se[详细]
2023-03-23 10:34 分类:问答Viewing a data matrix in Eclipse (RCP)
This is how I update my TableViewer that displays a list: public void view(MyListClass list) { ViewerSupport.bind([详细]
2023-03-23 09:25 分类:问答Using Thirdparty Look-and-Feel in NetBeans RCP Application
I am trying to apply a thirdparty LAF to a NetBeans RCP application (not the IDE).Because this is a thirdparty LAF, I have to include a dependency on an additional JAR.Being a modular platform, I wrot[详细]
2023-03-18 05:28 分类:问答SWT DataBinding for DateTime
I want to display a java.util.Date using two DateTime controls - one displaying the date and one the time.[详细]
2023-03-17 21:42 分类:问答How can I get the column number in a SWT table in Eclipse RCP?
My question is H开发者_开发技巧ow can we find the currently selected column number in the selected row of a SWT Table in Eclipse RCP? Inside a Listener - e.g. for SWT.Selection - you can use viewer.ge[详细]
2023-03-17 03:12 分类:问答OutOfMemory/PermGen Errors Debugging NetBeans Modules
I\'ve been developing a couple of Ne开发者_Go百科tBeans 7 modules on OSX with little problem.However, when I go to debug the modules, it opens up a new NetBeans instance for debugging purposes and aft[详细]
2023-03-14 05:02 分类:问答Eclipse RCP XMLMultiPageEditorPart errors
all When I use XMLMultiPageEditorPart, it makes some errors. File file = new File(path); IEditorInputinput = new XMLPInput(file);[详细]
2023-03-12 17:04 分类:问答