I will develop a desktop application for asset tracking. I am considering Ecli开发者_如何学Cpse RCP and Netbeans Platform. I have only Swing experience but SWT will not be a problem for me. One more o
I have an Eclipse RCP application that will launch properly after a clean install (right after build).
My application is a Eclipse Rich Client and I would like to add authentication and authorization features to. My Users and roles are stored in a database and my application also has a web based admin
开发者_开发问答I disable org.eclipse.ui.forms.widgets.Hyperlink control just calling hyperLink.setEnabled(false).
In our RCP application we have views which require a C, and use an IAdapterFactory to get there from an 开发者_运维问答A and B.The problem is that while A->C is fast, B->C is much slower (e.g.,
Ok, I have a(n) RCP application (that I didn\'t write), and an application I\'ve developed using just SWT.What I want to do is basically imp开发者_如何学Pythonort and launch the main method of the SWT
I am currently using javascript to add scripting to an Eclipse RCP application, but I would prefer to be able to use Clojure. However, I have run into classpath difficulties because while Eclipse can
I have an action class which I would like to enable depending on the file extension. I have written this logic in the selectionChanged() of the action class.
I followed roughly the recipe in this blog entry http://eclipsercptutorials.blogspot.com/2009/05/add-toolbar-to-view-in-eclipse-rcp.html
If I add action within an extension point thus: <action class=\"com.mycompany.MyAction\" id=\"mycompany.myaction.MyAction\"