I want to view the root in the Tree, what should I do? There's nothing like setRootVisible in swing.
How about
viewer.showItem(viewer.getTree().getItems()[0]);
for example?
Ralf