public TreeViewer getTreeViewer() {
   return component == null ? null : component.getViewer();
 }