예제 #1
0
 private EditorCell createConstant_1i1fuk_d0a(EditorContext editorContext, SNode node) {
   EditorCell_Constant editorCell = new EditorCell_Constant(editorContext, node, ">");
   editorCell.setCellId("Constant_1i1fuk_d0a");
   Style style = new StyleImpl();
   Collections_Style_StyleSheet.apply_LeftAngleBracket(style, editorCell);
   editorCell.getStyle().putAll(style);
   editorCell.setDefaultText("");
   return editorCell;
 }
예제 #2
0
 private EditorCell createConstant_1i1fuk_b0a(EditorContext editorContext, SNode node) {
   EditorCell_Constant editorCell = new EditorCell_Constant(editorContext, node, "<");
   editorCell.setCellId("Constant_1i1fuk_b0a");
   Style style = new StyleImpl();
   Collections_Style_StyleSheet.apply_RightAngleBracket(style, editorCell);
   style.set(StyleAttributes.PUNCTUATION_RIGHT, true);
   editorCell.getStyle().putAll(style);
   editorCell.setDefaultText("");
   return editorCell;
 }