I am new with SWT/JFace and have a problem with the TableViewer. I want do
display a RGB value (color) per row in the table. First column is red, 2nd
green, 3rd blue. When I add a new RGB with colorTable.add(new RGB(0,0,0))
the table is updated correctly. Now when I type a new value in a cell, I
receive in the modify()-method always the next upper element of the edited
one. Any ideas ?