I have a problem with JFace TableViewer in RCP. Basically I have a table with 4 rows, and as input I give an already sorted list of elements. So I expect that first element in my input list is first r
I trying to update an Eclipse-RCP-3.5 based application by an P2 update-site. The Application contains two features.
I am working on NetBeans Platform 6.7 I have a simple BeanTr开发者_JS百科eeView to display some nodes. They all start in normal text and I wish to change some of them to bold and/or underline, in res
I\'m trying to create a FilteredTree with several colum开发者_JS百科ns with no luck. If I use a TreeViewer the columns work fine but when I switch to using a FilteredTree I can only get it to work if
I’m having an issue with our propertyTester and enabling handlers. The property is areUpdatesAvailable and the handler is enabled when this property is true. After the handler executes the areUpdates
I am using the RCP Splash Screen along with the built-in Progre开发者_高级运维ssBar (AbsolutePositionProgressMonitorPart). The splash image has a blue background color, but the background of the progr
I am trying to export a standalone RCP app using Eclipse 3.5.2. The app has a main pure Java plug-in, and a Java / Groovy plug-in that is used by the main plug-in.
Is it possible, when developing an Eclipse RCP Application, to stack a view with the editor area? Like this?
We have an application in which some views only work when attached to certain perspectives. We want to remove those views from the Window -> Sh开发者_运维知识库ow View dialog so that users cannot add
What are the diffe开发者_StackOverflow社区rences? What gets used for which purpose?As the RCP tutorial details