Env: Java SE 6
I am working on an Eclipse RCP application. How do I create TreeItems with tri-state checkbox. Like the Eclipse IDE update package interface. I use SWT TreeItem class now, which only provides API, setChecked(bool), for true/false states.