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# - SharpSVN - How to get the previous revision? -

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

url - Querystring manipulation of email Address in PHP -