This implementation tries to be as lightweight as possible. By default all nodes are collapsed. @author Matej Knopp
6667686970717273747576
getTreeState().addTreeStateListener(new TreeStateListener()); } private ITreeState newTreeState() { return new DefaultTreeState() { @Override public boolean isNodeSelected(Object node) { if (!isAutoSelectChildren()) {