for (AnnotatorElement annotator : annotators) {
AnnotatorConfiguration config = annotator.getAnnotatorConfiguration();
if (config != null) {
IRunnableWithProgress annotatorRunnableAction = new AnnotatorActionRunnable(config,
documentElements);
RunnableAction annotatorAction = new RunnableAction(mShell, annotator.getName(),
annotatorRunnableAction);