.getBindingContexts();
IEclipseContext context = contextModel.getContext();
if (context != null && !bindingContexts.isEmpty()) {
EContextService cs = context.get(EContextService.class);
for (MBindingContext element : bindingContexts) {
cs.activateContext(element.getElementId());
}
}
}
if (me instanceof MElementContainer) {
List<MUIElement> children = ((MElementContainer) me).getChildren();