rcp
Java: Automatic way to encapsulate a library
I have the following scenario: I am using a very big exte开发者_如何学JAVArnal library in my Eclipse RCPapplication for a specific purpose.[详细]
2023-04-11 04:01 分类:问答Handle the closing of the workbench window in Java RCP application
I\'m writing an Eclipse RCP and I want to ask the user whether to backup the database when the application is closed. Doing it from the File>Exit menu was easy as I defined a command exit:[详细]
2023-04-10 14:47 分类:问答Securing Eclipse RAP application
I have this application built in RCP/RAP and now I want to add security to it. I found out about the equinox security but this is only on application level.[详细]
2023-04-10 14:40 分类:问答Where have the Eclipse online javadocs gone?
For as long as I\'ve been working on Eclipse plug-ins when I have wanted to read some documentation I have always just googled it. This worked fine up until about a week ago when I started being met w[详细]
2023-04-09 00:39 分类:问答which is the best way to externalize a database configuration on a desktop app?
I\'m working in a desktop app, and we\'re using Eclipse RCP with Ec开发者_Go百科lipseLink. All my database configuration is inside a class, but I\'ll need these thing (database URL, password, username[详细]
2023-04-08 19:25 分类:问答Is it possible to add a page to Multipage Editor from outside the FormEditor?
I have a multipage editor to which I want to add a page if the user double cliks on a box in another page of the开发者_如何学Python multipage editor (which is a graphical editor). Is this possible?[详细]
2023-04-07 21:39 分类:问答RCP SaveAndRestore does not reopen views
I have a RCP application. Its default perspective opens two views on thew left and the bottom, in relation to the editor area. The option SaveAndRestore is set to true.[详细]
2023-04-07 16:58 分类:问答Eclipse RCP Fast View in Horizontal Orientation
I do know how to register 开发者_开发问答a View in the Fast views bar within a RCP Eclipse application (using plugin.xml). It opens in Vertical orientation. Does anybody know how to tell this view to[详细]
2023-04-06 22:52 分类:问答Build system for eclipse plugins & RCP [closed]
As it currently stands, 开发者_JAVA百科this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely so[详细]
2023-04-06 16:44 分类:问答Exporting RCP as a product
I am deploying my eclipse rcp product into some folder say C:\\deploy\\eclipse. But Here i am facing a problem,while i was exporting to the same location it says export failed,[详细]
2023-04-05 23:51 分类:问答