eclipse-rcp
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 分类:问答eclipse rcp : custom drawing on composite which has a FillLayout not work
I am trying to ad开发者_如何学God a PaintListener to draw a top border on a Composite : pageComposite.addPaintListener(new PaintListener(){[详细]
2023-04-08 18:25 分类:问答how to add a GEF editor to my multiplePage Editor? (eclipse RCP)
I would like to add a GraphicalEditor to a multipage editor. However, when I simply call addPage(new MyEditor())开发者_StackOverflow社区;[详细]
2023-04-08 11: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 分类:问答What is the difference between Eclipse for Java and RCP?
Do I have to download and install t开发者_开发问答hem separately? Or just the RCP package? Kinda confused.The Eclipse RCP includes Eclipse for Java plus all tools needed to create eclipse plugins and[详细]
2023-04-07 19:29 分类:问答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 分类:问答Overview of ISharedImages?
The Java UI plugin provides the Interface ISharedImages to access standard images which can be used in own plugins开发者_开发知识库.[详细]
2023-04-07 06:20 分类:问答eclipse rcp : help to create a customized StyledText widget
I want a customized StyledText widget which开发者_StackOverflow社区 can accept a keyword list,then highlight these keywords![详细]
2023-04-07 03:25 分类:问答bring page to foreground? multipage editor
I\'m develpping an RCP user interface. I have a multipage editor in which pages are editors (EditorPart). From a first page in my multipage editor I want to open a second one if a button is pressed. I[详细]
2023-04-07 02:49 分类:问答Make a customized widget observable?
I had create a simple keywords highlighting editor, it just wrap a StyledText widget: public class SQLSegmentEditor extends Composite {[详细]
2023-04-07 01:50 分类:问答