Top "Tableviewer" questions

Eclipse JFace TableViewer component, concrete viewer based on a SWT Table control.

Adding a remove button to a column in a table

Is it possible to add a Remove button to a cell in a table? I have a table with 5 columns, …

java button swt jface tableviewer
Best Practices - SWT Table, TableViewer, EditingSupport

I am adding a table to my main GUI. It does show up and has the data it is suppose …

java swt tableviewer
How can I set the selection on a swt table using setSelection and setting reveal to false?

I'm trying to select some items in my table, but I DON'T want them to be revealed. The problem is …

java swt jface tableviewer
Using Eclipse TableViewer, how do I navigate and edit cells with arrow keys?

I am using a TableViewer with a content provider, label provider, a ICellModifier and TextCellEditors for each column. How can …

eclipse cursor jface tableviewer
SWT - Table Viewer - hiding columns and getting values from columns

I am trying to create an arraylist from the data in my table. I need to get the values from …

java swt tableviewer
How can I get the ordered elements of a JFace's TableViewer?

I have implemented the JFace's TableViewer sorting according to Vogella's instructions (reproduced below). It happens that the sorting is made …

sorting jface tableviewer