In my recent RCP app some unwanted preferences, contributed from other plugins showed up: To remove them, just add the
WeiterlesenSchlagwort: RCP
JFace: Set selection index in TableViewer
Selecting a row by index in a table viewer isn’t very straightforward. There is no method like tableViewer.setSelectionIndex. Here is
WeiterlesenEclipse RCP: Remove tab folder from View
If you create a new RCP application a view gets a tab like this: To remove the tab, use the
WeiterlesensetAccelerator(SWT.CTRL | ‚O‘); //not working!
In my current RCP application I had a problem that the menu key shortcuts did not work correctly: When I
WeiterlesenRCP Application Set Title of Application Window
To dynamically set the title of a RCP application, the following code snippet is useful: private String fileName = "unknown.daf";
Weiterlesen