private EditorCell createCollection_vx851m_a(EditorContext editorContext, SNode node) { EditorCell_Collection editorCell = EditorCell_Collection.createHorizontal(editorContext, node); editorCell.setCellId("Collection_vx851m_a"); editorCell.setBig(true); editorCell.addEditorCell(this.createConstant_vx851m_a0(editorContext, node)); editorCell.addEditorCell(this.createRefNode_vx851m_b0(editorContext, node)); if (SNodeAccessUtil.hasProperty(node, "name")) { editorCell.addEditorCell(this.createNonEmptyProperty_vx851m_c0(editorContext, node)); } return editorCell; }
private EditorCell createCollection_kzyi6r_a(EditorContext editorContext, SNode node) { EditorCell_Collection editorCell = EditorCell_Collection.createHorizontal(editorContext, node); editorCell.setCellId("Collection_kzyi6r_a"); editorCell.setBig(true); editorCell.setAction(CellActionType.COMMENT, new CellAction_Comment(node)); editorCell.addEditorCell(this.createComponent_kzyi6r_a0(editorContext, node)); editorCell.addEditorCell(this.createRefNode_kzyi6r_b0(editorContext, node)); if (SNodeAccessUtil.hasProperty( node, MetaAdapterFactory.getProperty( 0xceab519525ea4f22L, 0x9b92103b95ca8c0cL, 0x110396eaaa4L, 0x110396ec041L, "name"))) { editorCell.addEditorCell(this.createNonEmptyProperty_kzyi6r_c0(editorContext, node)); } return editorCell; }
private EditorCell createCollection_kwpl6o_a() { EditorCell_Collection editorCell = new EditorCell_Collection(getEditorContext(), myNode, new CellLayout_Horizontal()); editorCell.setCellId("Collection_kwpl6o_a"); editorCell.setBig(true); editorCell.setCellContext(getCellFactory().getCellContext()); editorCell.addEditorCell(createComponent_kwpl6o_a0()); if (SNodeAccessUtil.hasProperty( myNode, MetaAdapterFactory.getProperty( 0xceab519525ea4f22L, 0x9b92103b95ca8c0cL, 0x110396eaaa4L, 0x110396ec041L, "name"))) { editorCell.addEditorCell(createNonEmptyProperty_kwpl6o_b0()); } return editorCell; }