Separator sep = (Separator) def;
separators.put(sep.getCamelCaseName(), sep);
menuElements.put(sep.getCamelCaseName(), sep);
}
else if (def instanceof ActionBinding){
ActionBinding action = (ActionBinding) def;
actions.put(action.getCamelCaseName(), action);
}
else if (def instanceof MenuImplementationConfig){
if (menuImplementation == null){
menuImplementation = (MenuImplementationConfig) def;