eclipse - How to disable nodes in JFace CheckboxTreeViewer? -
how can disable tree node in checkboxtreeviewer
? want whenever parent selected in check box tree children should disabled , should not possible select. children should unselected if of them selected before disabling them. ways??
this isn't supported viewer.
the best can use addcheckstatelistener
method add icheckstatelistener
reverses unwanted check actions.
Comments
Post a Comment