Пример #1
0
 private EditorCell createConstant_f4uw03_b0(EditorContext editorContext, SNode node) {
   EditorCell_Constant editorCell = new EditorCell_Constant(editorContext, node, "(");
   editorCell.setCellId("Constant_f4uw03_b0");
   Style style = new StyleImpl();
   RunConfigurations_StyleSheet.apply_leftOperationBrace(style, editorCell);
   editorCell.getStyle().putAll(style);
   editorCell.setDefaultText("");
   return editorCell;
 }
 private EditorCell createConstant_85j21_c0a(EditorContext editorContext, SNode node) {
   EditorCell_Constant editorCell = new EditorCell_Constant(editorContext, node, "<");
   editorCell.setCellId("Constant_85j21_c0a");
   Style style = new StyleImpl();
   RunConfigurations_StyleSheet.apply_leftOperationBrace(style, editorCell);
   style.set(
       StyleAttributes.TEXT_COLOR, StyleRegistry.getInstance().getSimpleColor(MPSColors.black));
   style.set(StyleAttributes.PUNCTUATION_LEFT, false);
   editorCell.getStyle().putAll(style);
   editorCell.setDefaultText("");
   return editorCell;
 }