eclipse-rcp
Eclipse RCP Project Unable to Reference Regular Java Project
Question I have three projects that I am working with in Eclipse in the same workspace: one RCP application, and two pure Java projects that it depends on. The one Java project depends on the other;[详细]
2023-03-24 01:01 分类:问答What is the problem with Reflection?
I\'m developing an Eclipse RCP application. I have been told that the UI part will be created by a designer (?) with Window Builder PRO so I have to create the business logic for every view our design[详细]
2023-03-23 22:55 分类:问答TabItem in java
I have used two tabFolders tabFolder_1 and tabFolder_2 . Each tabFolders have two tabItems tabItem_1,tabItem_2 in tabFolder_1 and tabItem_3 and tabItem_4 in tabFolder_2. Now what i\'m trying to do is[详细]
2023-03-23 21:38 分类:问答SWT : showing animated gif with transparent background
I am trying to show a animated gif which has transparent background. but the result is that the background is not transparent, below is my code, what is wrong with it?[详细]
2023-03-23 17:36 分类:问答Eclipse RCP: how to register an ISourceProviderListener
today i tried the following: I have: a View with a form (FormView) a AbstractSourceProvider (Provider) to provide changes in 开发者_如何学JAVAFormView to the world[详细]
2023-03-23 16:14 分类:问答RCP: addSelectionChangedListener method loses the view called
I have added an addSel开发者_运维问答ectionChangedListener method to open a new window when a node on the first window is selected.[详细]
2023-03-23 15:22 分类:问答How to view the SWT examples (Eclipse) source code?
I just downloaded the SWT examples from the Eclipse site but I have开发者_JAVA百科 a problem: I cannot view the source code. I can launch the Control Example application (which I need) but if I create[详细]
2023-03-23 13:13 分类:问答Viewing a data matrix in Eclipse (RCP)
This is how I update my TableViewer that displays a list: public void view(MyListClass list) { ViewerSupport.bind([详细]
2023-03-23 09:25 分类:问答Resize child UI element in Eclipse RCP
I have a TabFolder which was resized initially. Under the TabFolder is a TabItem and under that TabItem is a Button. The Button inherited the size of the TabFolder so it\'s huge. What\'s the best way[详细]
2023-03-23 09:11 分类:问答Add dropdown menu in a view's ToolBarManager
I want to add several dynamically created actions to a view. This works to add them to the View Menu开发者_JS百科 in the top right corner:[详细]
2023-03-23 06:48 分类:问答
加载中,请稍侯......