public ISelectionProvider getSelectionProvider() {
   return component == null ? null : component.getSelectionProvider();
 }