示例#1
0
 private EditorCell createConstant_l8ulis_a(EditorContext editorContext, SNode node) {
   EditorCell_Constant editorCell = new EditorCell_Constant(editorContext, node, "--->");
   editorCell.setCellId("Constant_l8ulis_a");
   editorCell.setBig(true);
   Style style = new StyleImpl();
   Styles_StyleSheet.applyRootCellModelStyle(style, editorCell);
   style.set(
       StyleAttributes.TEXT_COLOR,
       StyleRegistry.getInstance().getSimpleColor(MPSColors.lightGray));
   editorCell.getStyle().putAll(style);
   editorCell.setDefaultText("");
   return editorCell;
 }