Пример #1
0
 private EditorCell createConstant_ew7mjn_a0(EditorContext editorContext, SNode node) {
   EditorCell_Constant editorCell = new EditorCell_Constant(editorContext, node, "trim");
   editorCell.setCellId("Constant_ew7mjn_a0");
   BaseLanguageStyle_StyleSheet.getCompactKeyWord(editorCell).apply(editorCell);
   editorCell.setDefaultText("");
   return editorCell;
 }