0
votes
1answer
29 views

swt widget (pallet widget) for group selection

I am looking to have a widget like below screen in my rcp application. I tried to find an existing one however I could not find one. Anyone can please help. Do you think I will have to create my own ...
0
votes
1answer
48 views

Eclipse RCP change Task-Icon of Splash-Screen

I have a Splash screen in my Eclipse RCP project. While the application is loading (and splash-screen is shown) there is the eclipse-icon shown in the taskbar. Is it possible to change the taskicon?
0
votes
0answers
43 views

How can change the validators of textbox depending on radiobutton selection?

I want to change the textbox validatrs depending on radio button selection.In 1st selection i want the text field to be 16bits long in 2nd selection it should be 32bits long.So thats why i have tried ...
0
votes
0answers
42 views

How can i specify theme for scrolled composite using css?

In my rcp application i want to apply theme.I am able to change everything accept the scrollcomposite part.I want to know that whether it is possible to apply theme to scrolled composite or not. CSS: ...
0
votes
1answer
39 views

Not able to get SWT.UNDERLINE_LINK working in combination with StyledText and TextStyle

I am very new to using StyledText, TextStyle. I am trying to give a hyperlink look for a text that is displayed. I am using TextStyle object to create a hyper link style text. For TextStyle ...
-1
votes
2answers
75 views

Java SWT Spinner with text inside?

I have JAVA SWT/RCP application (Equinox OSGi), I am just creating Wizard which should look like one the picture: The problem I just caught that standard SWT class Spinner, does not offer this kind ...
0
votes
0answers
69 views

Changing Text To Hyperlink In Java RCP Application

My application is in Java RCP. In the text area, I have a lot of paragraph text. I want to change one of the paragraph to hyperlink. When I use this piece of code: Link link = new Link (<parent ...
0
votes
1answer
123 views

Print using SWT Browser Widget

I want to print the contents of a SWT Browser Widget. but it prints the only the visible part of the browser not the full content of it. Please help.
0
votes
1answer
78 views

What type of layout to use for RCP GUI

I'm creating my GUI for my RCP application using a GridLayout but I'm coming across problems because from what I understand a GridLayout adds elements in the order you create them/set their layout ...
0
votes
0answers
67 views

how to add a button which looks like apple os button?

I am developing a RCP application where I want to add a button which look like apple os button. I want this look in windows7. Is this possible ?
0
votes
1answer
206 views

JFace DialogCellEditor: how to make buttons always appear?

I use JFace DialogCellEditor to show a button in a cell of a row of my JFace TableViewer which triggers a dialog when activated. This behaviour works well with the following code but the button only ...
1
vote
1answer
76 views

Gap between search menu and its previous menu on addition of search plugin

I added the Search Plugin to my RCP application. On addition of this plugin it adds the search menu in main menu bar. I observed that there is some pixels gap between search menu and its previous ...
0
votes
0answers
43 views

How to minimize a view at start in eclipse rcp 3?

I have a Eclipse RCP application with Eclipse 3.5 and I can't get two of thw views to begin at start in minimized size. I know in Eclipse 4 I can use the attribute minimized="true" in the ...
0
votes
1answer
80 views

how to make a specific level of a SWT Tree editable

I have SWT tree which has child. Now I want to provide a right click menu and on click of the menu want to make 1st level of the Tree editable (the name of the tree) as shown in the diagram. I want to ...
-1
votes
1answer
87 views

open editor using a button on another editor RCP, SWT, JAVA [closed]

I have one RCP program, with 3 parts - 2 views(on left, 2 parts) and various editors(on right and the other part). On my views i have trees and I can open the editor (other part). On editor i can ...
0
votes
1answer
334 views

creating grid like GUI (similar to excel spreadsheet) using draw2d

I want to create GUI like spread sheet. With resizeable cell size, filled with colour, Zoom in and zoom etc features. Can I use draw2d for this. Is there any grid like widgets available in any Java ...
2
votes
2answers
274 views

SWT Table with over 200 columns doesn't render properly

in our eclipse RCP 3.7 application we load in excel files and display the first 30 rows in a table, the problem with the rendering isn't in the rows but in the number of columns, when it gets to a ...
0
votes
2answers
108 views

ContentProposalAdapter accepts proposals chosen via keyboard, but not via mouse

I'm working with ContentProposalAdapter to give proposals to a cell in a table. When I use the keyboard (choose which proposal via keyboard and press enter) the value gets replaced in the table cell ...
0
votes
1answer
122 views

swt Table Viewer java keyboard shortcut for editing & moving between cells

I have an RCP application and I have an swt Table Viewer, one of its columns is editable and I would like to be able to move in the table by using the tab and editing the cells when pressing enter. I ...
0
votes
2answers
105 views

JFace TableViewer sorting in another thread

I have a JFaceTableViewer with many rows. These rows I have previously fetched by using JPA. I have put the fetching in another thread to show a progress while fetching and it works. Now I have put ...
0
votes
0answers
128 views

Is it possible to create a Custom FileDialog in SWT/RCP

The existing FileDialog opens once we call the FileDialog constructor is - Now I want to customize the same. For example I want to add a new Button after Cancel named "Append". Can it be possible in ...
0
votes
1answer
62 views

ScrolledPageBook alternative?

Is there a native SWT or RCP component which has the same behaviour than a ScrolledPageBook which is not a part of Forms API ? My need is to change dynamically the content of a View. For example, i ...
0
votes
1answer
63 views

RCP Building for mac fails using Delta Pack

I am having troubles building my RCP Application for Mac using the Delta Pack. I have Delta Pack 3.7.2 installed and configured right (inserted into a target platform ) and the Building part completes ...
0
votes
2answers
261 views

find id of currently selected view in Eclipse RCP application

I have many views opened while My Eclipse RCP application is running.Could anyone show me the way how can i get view id(not secondary view id) of currently selected view in my workbench ?
0
votes
1answer
156 views

How to add filters for all columns to Grid table viewer for RCP

I am using a grid table viewer in RCP application having 5 columns i want to add filter to all the columns separately
1
vote
1answer
1k views

How to keep SWT menu open after user clicks menu item?

I have an Eclipse RCP / SWT application with a Menu of Check Box Menu Items. I would like to be able to check/uncheck multiple items before clicking elsewhere to close the menu. However, the default ...
2
votes
1answer
126 views

SWT Section setTextClient Putting the Composite in the End of the Title Bar

I am trying to put a Combo Box in the End of Section Title Bar , so that I used setTextClient(Control) method of SWT. I am able to see the component in the section title bar but that is in the extreme ...
0
votes
1answer
323 views

Proper way to reflect data changes in JFace viewers

I am looking into JFace for eclipse development. I made a plugin to act as a "dummy" content provider for a ComboViewer. This provider essentially provides the data model as an ArrayList of hardcoded ...
0
votes
0answers
88 views

org.eclipse.ui.forms.widgets.FormToolkit ScrolledComposite equivalent

Is there a SWT ScrolledComposite equivalent in org.eclipse.ui.forms.widgets.FormToolkit?
0
votes
0answers
240 views

Add a ComboBox in SWT table but want to show the DropDown symbol as well using ComboBoxViewerCellEditor

I have created a ComboBox inside SWT Table but now I want to show a Drop Down symbol in the UI , current on clicking only I am able to see the DropDOwn. I am using the API ComboBOXViewerCellEditor and ...
1
vote
1answer
110 views

SWT.Table behaves differently with same code (Eclipse RCP)

Every second line is coloured on the table in the view. I have the same table twice on the editor, but it doesn't show this separation. http://i.imgur.com/VLIkB.png My code of the lower table in the ...
0
votes
1answer
380 views

checkbox in table with tableviewer in eclipse rcp

I'd like to add a checkbox to a column. I am using a tableViewer. The user shouldn't be able to edit the checkbox. Google wasn't helpful so far, so I came here. my labelprovider looks like this: ...
0
votes
1answer
548 views

Launching eclipse application with java web start generates java.lang.ClassNotFoundException: org.eclipse.swt.SWTError

I have an Eclipse application, for which I created the feature for generating the jnlp file. I built the application with maven tycho, for architectures x86 and x86_64. When I try to start the jnlp ...
0
votes
2answers
777 views

Select cells instead of a row in a swt table

I have a SWT table. On click I don't want to select a full row but some cells. Is that possible? current code: tableViewer = new TableViewer(parent, SWT.NONE); Table table = ...
0
votes
1answer
244 views

UI does weird things in Eclipse RCP with SWT

I am already desperated, because I can't fix my User Interface in Eclipse RCP. So I hope you can help me. Here is the screen and I guess it's obvious what is bugging me: http://imgur.com/QOf0O Here ...
2
votes
0answers
260 views

no focus for key events in swt

I'm currently having problems with SWT KeyEvents. In an RCP application I have several controls that will be focused if you are tabbing through, e.g. first toolbar icon, another one, finally the ...
0
votes
1answer
344 views

Call Java method from GWT app via SWT Browser / SWT BrowserFunction

In a RCP application I am displaying a GWT-based web-application in a SWT Browser. My Goal is, to call a Java Method from within the GWT application. From what I understand the easiest way to do ...
4
votes
1answer
662 views

Which editor to use for rich text formatting (WYSIWYG) in an Eclipse RCP project?

Based on the following criteria, what editor do you suggest for rich text formatting (WYSIWYG) in an Eclipse RCP project? The must have list: bullet-lists bold formatting font size It should be as ...
2
votes
1answer
515 views

Eclipse 3.7 RCP Application with multiple plugins

What is the right way to make an RCP application that is “ready for plugins”? I have struggled to do this basic concept and am trying to accomplish this in Eclipse 3.7 (latest 3.x version). Step 1 ...
2
votes
1answer
203 views

RCP application for Mac - Carbon or Cocoa? [closed]

First of all, I am not Mac developer and a very casual Mac user, so please bear with my question. I've got a fairly large RCP application which is targeted mainly for windows and linux, works well on ...
2
votes
3answers
363 views

SWT/JFace Minimize/Maximize EditorArea

I didn't manage to find any functionalities for minimizing/maximizing programatically. I want to minimize my editorArea when all the editors are closed. Any suggestions? Thanks in advance.
1
vote
0answers
235 views

What benefits has Spring RCP (or another RCP framework worth mentioning) over Eclipse RCP?

In 2005 I built some smaller applications using eclipse rcp and I found this framework very handy. Now I am back at rich client development and need to decide in staying with eclipse rcp or switch to ...
1
vote
1answer
146 views

Set ApplicationId on Win7 for SWT/RCP application

Win7 uses applicationId for the grouping and according to this https://bugs.eclipse.org/bugs/show_bug.cgi?id=294827 (comment #4 and comment #8) Display.setAppName() should have set the application ...
0
votes
2answers
178 views

Reporting progress of a org.eclipse.core.runtime.jobs.Job using a org.eclipse.swt.widgets.ProgressBar

I would like to know whether it is possible and good practice to report the progress of a org.eclipse.core.runtime.jobs.Job using a org.eclipse.swt.widgets.ProgressBar. The javadoc says that the run ...
1
vote
0answers
120 views

what is equivalent control for TableCursor of SWT Table in nebulla Grid?

my question : I want to replace the org.eclipse.swt.widgets.Table entirely in my view with org.eclipse.nebula.widgets.grid.Grid. Almost all properties of the SWT table are also found in nebulla Grid ...
2
votes
2answers
2k views

How to use log4j in eclipse rcp

how to use log4j logging API in an eclipse rcp project ?? As a workaround i tried to create a new OSGI Bundle which has a log4j jars,below is the bundle structure. I've crated a basic RCP ...
2
votes
2answers
446 views

Eclipse RCP cheat sheet for extension points?

I do Eclipse RCP plug-ins from time to time. My biggest hurdle is to wrap my head around the extension points (not what they are, but which one to use when). Is there a site where I can find a list ...
3
votes
2answers
3k views

RCP with SWT.Browser and XULRunner

I'm developing an RCP application (Windows) with SWT.Browser (SWT.MOZILLA): Browser browser = new Browser(parent, SWT.MOZILLA); It's working fine with the old XULRunner 3.6.23 and the installation ...
0
votes
1answer
288 views

How to input symbols pressed by keybord into label in java?

I have some trouble's with keyboard input. I wrote a KeyActionListener, but it works only after I click some button by mouse, for example if I press by mouse 5 and then press keyboard, I'll get ...
0
votes
1answer
150 views

ImageDescriptor exception in RCP Application

I am a newbie to EclipseRCP and I am trying to get a product from EclipseRCP. In my program, I am loading some images(flags for language switches etc.). I am trying to load them in this way: Image ...

1 2