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

Popular posts from this blog

testing - Detect whether test has failed within fixture -

AbotX : How do you create a parallel crawler that stays on and can be added to at run time from new requests -

android - Create single AAR file from multiple modules using Gradle -