private EditorCell createConstant_m29bq_a0(EditorContext editorContext, SNode node) { EditorCell_Constant editorCell = new EditorCell_Constant(editorContext, node, "pick output"); editorCell.setCellId("Constant_m29bq_a0"); Style style = new StyleImpl(); Styles_StyleSheet.apply_genContext_operation(style, editorCell); editorCell.getStyle().putAll(style); editorCell.setDefaultText(""); return editorCell; }
private EditorCell createConstant_5qqvz9_c0(EditorContext editorContext, SNode node) { EditorCell_Constant editorCell = new EditorCell_Constant(editorContext, node, "for"); editorCell.setCellId("Constant_5qqvz9_c0"); Style style = new StyleImpl(); Styles_StyleSheet.apply_genContext_operation(style, editorCell); style.set(StyleAttributes.SELECTABLE, 0, false); editorCell.getStyle().putAll(style); editorCell.setDefaultText(""); return editorCell; }