java - How listen for check box in JFace Table Viewer -


i using table viewer check boxes following:

final tableviewer legendviewer = new tableviewer(parent, swt.check); 

what solution listen check boxes selection/unselection in viewer ?

thanks in advance, manu

you listen swt.selection events on table , check event.detail == swt.check...

see example actual code....


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

c# - SharpSVN - How to get the previous revision? -

php cli reading files and how to fix it? -