for (String each : mapSelection) {
IJavaElement javaElement = Resources.asJavaElement(each);
selection.add(javaElement);
}
StructuredSelection structuredSelection = new StructuredSelection(selection);
MapSelectionProvider selectionProvider = CodemapCore.getPlugin().getController().getSelectionProvider();
selectionProvider.setSelection(structuredSelection);
}