298299300301302303304305306307308
treeViewer.expandToLevel( 2 ); } } } treeViewer.refresh(); // treeViewer.setSelection(selection); // treeViewer.setExpandedElements(expandedElements); } }
129130131132133134135136137138139
} synchronized(this) { children = tuples; TreeViewer tree = getViewer(); if(!tree.getTree().isDisposed()) tree.refresh(this); } } catch(Exception e) { tuples = empty; getParent().showException(e);