Пример #1
0
 private EditorCell createConstant_uc5iyq_c0a(EditorContext editorContext, SNode node) {
   EditorCell_Constant editorCell = new EditorCell_Constant(editorContext, node, "@deprecated");
   editorCell.setCellId("Constant_uc5iyq_c0a");
   BaseLanguageStyle_StyleSheet.getJavaDoc(editorCell).apply(editorCell);
   {
     Style style = editorCell.getStyle();
     style.set(StyleAttributes.INDENT_LAYOUT_NEW_LINE, true);
   }
   editorCell.setDefaultText("");
   return editorCell;
 }