I am a newbie to the JIDE API and have a few questions that I hope someone can help me with.
I have tried using the JIDE CheckBoxTree Class but the javadoc API does not seem to provide much info on exactly how this Class works. Is there a tutorial for the use of JIDE (in particular the CheckBoxTree Class)?
I am trying to allow the user to click a parent TreeNode and select all children in the sub-tree or just expand/collapse a sub-tree or select each tree node individually. Is this possible and if so, how? Maybe some simple code sample

Thanks for any help/hints.