eclipse-rcp
SWT TableViewer multiselection without Ctrl
I\'m using a TableViewer and I want to it perform like when I hold CTRL key. I mean if I click a row, it must be added to selection and not replace current selection.[详细]
2023-04-02 05:18 分类:问答How to run more than one job concurrently in RCP?
I want to know how to execute more than one job in Eclipse at a time. I want to run mo开发者_运维知识库re than one job concurrently in RCP.A Job more or less wraps a Thread and all started (scheduled)[详细]
2023-04-01 14:31 分类:问答Plugin project not treated as current working directory
I have a plugin project, i wanted to create & save a file in project folder.I coded in usual way,but its saving the file in the RCP installed folder in my case the rcp installed folder is[详细]
2023-03-30 23:14 分类:问答How to add a colored filter effect on an image?
I am building an Eclipse RCP application, based on eclipse 3.5. I\'d like to modify an image at runtime. The image is loaded and will be used as an icon, but depending on the situation, I\'d like to[详细]
2023-03-30 21:09 分类:问答ECLIPSE RCP app: view disappears after opening another window
I have 3 views in a window. The first view has content from a tree viewer. The second view has content in FillLayout. Both views get the data from the DB.[详细]
2023-03-30 18:59 分类:问答eclipse plugin/rcp: configure driver defintions similar to jdbc
i am writing an eclipse plugin that will connect to a server (no database!). for each platform and each release of said server there will be a different jar to use for connecting and a different set o[详细]
2023-03-30 10:31 分类:问答Change color of a node in Zest
I\'m using Zest to draw a graph. However, I want to change the default color o开发者_C百科f the graphnode to another color based on its label. For example: Label: red => color of the node is red.If yo[详细]
2023-03-30 00:14 分类:问答Custom project type with Eclipse plugin
I\'m looking to make a custom project type with an Eclipse plugin where the files for the project are actually stored on a remote server but displayed to the user as normal.[详细]
2023-03-29 20:02 分类:问答How to disable view close option?
I created 2 views. In the View 1 there is a button B 1 and upon button click View 1 gets hidden and View 2 opens.[详细]
2023-03-29 03:12 分类:问答Eclipse RCP: How to prevent multiple instances of RCP from launching?
I read on http://eclipse.geekyramblings.net/2010/12/14/preventing-multiple-instances/ on how to prevent multiple instances of your RCP from being launched. But when I made my RCP(It\'s a simple RCP ba[详细]
2023-03-29 02:41 分类:问答