private EditorCell createCollection_fao2ea_a(EditorContext editorContext, SNode node) {
   EditorCell_Collection editorCell = EditorCell_Collection.createIndent2(editorContext, node);
   editorCell.setCellId("Collection_fao2ea_a");
   Style style = new StyleImpl();
   style.set(StyleAttributes.INDENT_LAYOUT_NEW_LINE, 0, true);
   editorCell.getStyle().putAll(style);
   editorCell.setFoldable(true);
   editorCell.setFoldedCell(this.createComponent_fao2ea_a0(editorContext, node));
   editorCell.addEditorCell(this.createConstant_fao2ea_a0(editorContext, node));
   editorCell.addEditorCell(this.createRefNode_fao2ea_b0(editorContext, node));
   editorCell.addEditorCell(this.createConstant_fao2ea_c0(editorContext, node));
   return editorCell;
 }