tableviewer Questions

2

Solved

I am adding a table to my main GUI. It does show up and has the data it is suppose to show. But I feel like I have a big mess of code and it is not structured correctly. I am looking for someone th...
Ever asked 4/9, 2012 at 19:18

3

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().setSortColumn(viewer.get...
Rahal asked 14/11, 2009 at 4:21

2

Solved

I have always wondered why we exactly need ContentProviders for JFace TableViewers? I know that getElements() method of a ContentProvider class will return an Array or Collection of Objects which c...
Offprint asked 29/12, 2015 at 11:9

4

Solved

Is it possible to add a Remove button to a cell in a table? I have a table with 5 columns, I would like to add a 6th column. I want the 6th column to have a remove button in each row. Example Row...
Circumstantiality asked 18/9, 2012 at 15:41

3

Solved

I am creating a new project using SWT. I will have 3 or 4 different tables in the project. I am fairly new to SWT and I find myself asking should I be using just the Table or should it be a TableVi...
Mena asked 14/9, 2012 at 21:17

3

Solved

So I have a problem, when I add an image to any column of a JFace table the first column also behaves like it has an image in and the text is indented by the size of that image. Here's a screensho...
Dirkdirks asked 28/9, 2012 at 13:51

4

I am using a TableViewer with a content provider, label provider, a ICellModifier and TextCellEditors for each column. How can I add arrow key navigation and cell editing when the user selects the...
Formulate asked 2/4, 2009 at 15:51

1

Solved

I have a TableViewer and want the selection to go down one cell when I press the enter key, much like in MS Excel. I implemented my own CellNavigationStrategy with the following findSelectedCell. ...
Arm asked 16/9, 2011 at 11:42

1

Solved

I use a TableViewer with two columns. The first should contain text and the second an image depending on the state of the object. The label provider is a custom provider which extends LabelProvider...
Ardelia asked 16/6, 2011 at 12:1

1

Solved

What is the difference betweem the following: TreeViewer & Tree TableViewer & Table TreeViewerColumn & TreeColumn TableViewerColumn & TableColumn When to use viewer & regula...
Lisalisabet asked 26/2, 2011 at 7:9
1

© 2022 - 2024 — McMap. All rights reserved.