/* (non-Javadoc)
  * @see org.eclipse.ui.actions.BaseSelectionListenerAction#updateSelection(org.eclipse.jface.viewers.IStructuredSelection)
  */
 @Override
 protected boolean updateSelection(IStructuredSelection selection) {
   super.updateSelection(selection);
   return isEnabledForSelection(selection);
 }