return editor.getTypePriorities().getDescription();
if (editor.isFsIndexCollection())
return editor.getFsIndexCollection().getDescription();
if (editor.isExtResAndBindingsDescriptor())
return editor.getExtResAndBindings().getDescription();
throw new InternalErrorCDE("invalid state");
}