I have got: which creates tab item, adds vertical scrollbar, but scrolling is not working. Why? Inside createSelectionGroup(mvContainer) there is ...
I have got: which creates tab item, adds vertical scrollbar, but scrolling is not working. Why? Inside createSelectionGroup(mvContainer) there is ...
Is there a way to detect a CTRL-click on a ToolItem? I want to distinguish between CTRL+Click and normal mouse click. ToolBar toolbar= new ToolBar(pa ...
Not sure about which one to use when and their differences I tried browsing the internet but didn't get any answer ...
I want to add a Hyperlink (or a text that is styled like a Hyperlink) in a TableViewerColumn Cell. I tried this and this. Summarize: I either get a c ...
I am trying to read all submodules of project. Below is the code which I wrote it is working as expected but I am not sure if this is an efficient way ...
My view (Show Result) is defined in plugin.xml. Which is working as expected when I run the plugin Show Result widget is getting displayed. Now I want ...
As far as I know, with the exception of SWT, most Maven artifacts of Eclipse rely heavily on an OSGi environment and thus cannot decouple with Eclipse ...
Installed Pentaho Data Integration 9.3 on Mac OS Monterey on a MacBook Pro M1 (Apple Silicon.) I am running OpenJDK 11: Openjdk version "11.0.15" ...
I'm creating a web development framework with Eclipse RCP. The wizard is creating a feature that creates a project when you press Finish. I want to ...
Hope you can help with a bit of a strange problem I'm having. Take a very simple RCP application, with a toolbar along the top, where the user can sw ...
I am creating a checkbox button with text in SWT. In messages.properties, I have the value How can i show the text(ie. Answer) of this button in ...
I have a table where multiple table items are available. Out of them, for some table items background and foreground color is set. On selection of a ...
I am attempting to create a login GUI and when I press the submit button nothing happens. The other two buttons work as intended. I have attempted to ...
I have a button that opens a shell in my application, which displays a number of checkboxes, along with 2 buttons at the bottom. The problem is that i ...
In my project, I have a TableViewer which needs to show around 3000 items and also filter them. Without SWT.VIRTUAL the table takes multiple seconds t ...
First and foremost, I know very little about Java and even less about SWT, so bare with me here. Earlier today I tried to run this simple program I fo ...
In a Eclipse RCP/RAP project we are using several views with IActionBars and Actions contributed using E4 (xml Actions/Commands defined in the plugin. ...
What I’m trying to accomplish is a Composite with another two Composites within. The first Composite should be a scrollable menu. In addition to that, ...
I have a JFace TableViewer with an ILazyContentProvider and a StyledCellLabelProvider for each column, which I mostly grabbed from https://wiki.eclips ...
i have a problem with my Java SWT ScrolledComposite: In a (centered) ScrolledComposite are displayed many pictures previews (see picture images). If ...