Ejemplo n.º 1
0
 private EditorCell createJComponent_fl5ndt_d1b1a(EditorContext editorContext, SNode node) {
   EditorCell editorCell =
       EditorCell_Component.createComponentCell(
           editorContext,
           node,
           PreferencePage_Editor._QueryFunction_JComponent_fl5ndt_a3b1b0(node, editorContext),
           "_fl5ndt_d1b1a");
   editorCell.setCellId("JComponent_fl5ndt_d1b1a");
   return editorCell;
 }
Ejemplo n.º 2
0
 private EditorCell createAlternation_fl5ndt_c1b1a(EditorContext editorContext, SNode node) {
   boolean alternationCondition = true;
   alternationCondition =
       PreferencePage_Editor.renderingCondition_fl5ndt_a2b1b0(
           node, editorContext, editorContext.getOperationContext().getScope());
   EditorCell editorCell = null;
   if (alternationCondition) {
     editorCell = this.createCollection_fl5ndt_a2b1b0(editorContext, node);
   } else {
     editorCell = this.createConstant_fl5ndt_a2b1b0(editorContext, node);
   }
   return editorCell;
 }