Tagged Questions

0
votes
2answers
25 views

Populating huge table in SWT/JFace RCP application

How would you go about displaying huge amount of rows in SWT table? Huge is something above 20K rows, 20 columns. Don't ask me why I need to show that much data, it's not the point …
0
votes
1answer
22 views

TableViewer, defining an initial sorting order has no effect on data

Hi, pratically I build up a tableviewer as usual, but initially it does not sort all the rows according the column defined for sorting. The code I am using: viewer.getTable().set …
1
vote
1answer
114 views

Can HTML-Style Links be added to SWT StyledText?

I know SWT has a Link class to create HTML a href style links as widgets, but I wast trying to find a way to make certain text in a StyledText control appear and function as a link …
0
votes
2answers
66 views

TreeViewer#update(Object element, String[] properties); what do properties refer to?

Hello, I have been wondering about the parameter 'properties' in the method TreeViewer#update(Object element, String[] properties). What are they? What do they refer to? I am no …
0
votes
1answer
50 views

JFace TreeViewer flickering

I'm trying to update the input of JFace TreeViwer periodically using setInput() method. Also I use the viewer.setExpandedElements(expandedElements); viewer.setExpandedTreePaths(e …
1
vote
2answers
87 views

Saving TreeViewer state before setInput()

I'm trying to save jface TreeViewer expansion state to refresh it after calling setInput() method. I tried getExpandedElements, setExpandedElements, getExpandedTreePaths, setExpand …
0
votes
1answer
21 views

Obtaining the Eclipse text font

How do I get a Font object representing the font set as the "Text Font" in the Eclipse Preferences -> General -> Appearance -> Colors and Fonts? I'm implementing a table-view where …
0
votes
3answers
86 views

image not loading

trying to run the code // Create a label with an image Image image = new Image(display, "interspatial.gif"); Label imageLabel = new Label(shell, SWT.NONE); imageLabel.setImage(ima …
0
votes
3answers
116 views

Tab between fields in TableViewer

What I'd like to do is be able to tab between elements in table. I currently am creating my table like this. this.tableViewer = new TableViewer(parent , SWT.FULL_S …
0
votes
1answer
46 views

DIsable JFace TextCellEditor Field

Anyone know if it's possible to enable/disable individual JFace TextCellEditor fields. For instance if I have a table with 5 columns, I want the last cell to be empty unless field …
2
votes
1answer
122 views

SWT/JFace or Eclipse RCP?

Which are the reasons to choose the Eclipse Rich Client Platform as the base of my application, instead of just using SWT/JFace?
0
votes
3answers
61 views

How can I disable all images for an JFace menu but leave them enabled in the toolbar

If I create a set of actions to be used in a JFace application and I assign images to those actions, those images show up in both the toolbar (where I want them) and in the menus ( …
1
vote
1answer
453 views

How to figure out the preferred size of a JFace TreeViewer or SWT Tree?

I am writing an Eclipse plugin which has a hover control that consists of two controls, one on top of another: An HTML viewer (BrowserInformationControl) for which I Can easily co …
0
votes
2answers
623 views

Looking for a Combo(Viewer) in SWT/JFace which supports autocomplete

I'm looking for a Combo(Viewer) in SWT/JFace which supports autocomplete / type-ahead, i.e. the user can enter a couple of characters and the drop down list should show all matchin …
1
vote
3answers
218 views

How best to use ViewerFilter on a TreeViewer?

I am applying a ViewerFilter to a tree of a few branches, but mostly leaves. The filter really applies to the leaves, using properties within the leaf. All branches are left untouc …

1 2 3 next
15 30 50 per page