예제 #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;
 }