Пример #1
0
 private EditorCell createConstant_t2jtrp_b0(EditorContext editorContext, SNode node) {
   EditorCell_Constant editorCell = new EditorCell_Constant(editorContext, node, ".");
   editorCell.setCellId("dot");
   Style style = new StyleImpl();
   BaseLanguageStyle_StyleSheet.apply_Dot(style, editorCell);
   editorCell.getStyle().putAll(style);
   editorCell.setDefaultText("");
   return editorCell;
 }