コード例 #1
0
 private EditorCell createJComponent_rpujt6_c1a(EditorContext editorContext, SNode node) {
   EditorCell editorCell =
       EditorCell_Component.createComponentCell(
           editorContext,
           node,
           CustomWatchable_Editor._QueryFunction_JComponent_rpujt6_a2b0(node, editorContext),
           "_rpujt6_c1a");
   editorCell.setCellId("JComponent_rpujt6_c1a");
   return editorCell;
 }
コード例 #2
0
 private EditorCell createAlternation_rpujt6_b1a(EditorContext editorContext, SNode node) {
   boolean alternationCondition = true;
   alternationCondition =
       CustomWatchable_Editor.renderingCondition_rpujt6_a1b0(node, editorContext);
   EditorCell editorCell = null;
   if (alternationCondition) {
     editorCell = this.createCollection_rpujt6_a1b0(editorContext, node);
   } else {
     editorCell = this.createConstant_rpujt6_a1b0(editorContext, node);
   }
   return editorCell;
 }