Esempio n. 1
0
 private EditorCell createJComponent_4kucyt_e0(EditorContext editorContext, SNode node) {
   EditorCell editorCell =
       EditorCell_Component.createComponentCell(
           editorContext,
           node,
           PngIcon_Editor._QueryFunction_JComponent_4kucyt_a4a(node, editorContext),
           "_4kucyt_e0");
   editorCell.setCellId("JComponent_4kucyt_e0");
   return editorCell;
 }
Esempio n. 2
0
 private EditorCell createAlternation_4kucyt_d0(EditorContext editorContext, SNode node) {
   boolean alternationCondition = true;
   alternationCondition =
       PngIcon_Editor.renderingCondition_4kucyt_a3a(
           node, editorContext, editorContext.getOperationContext().getScope());
   EditorCell editorCell = null;
   if (alternationCondition) {
     editorCell = this.createJComponent_4kucyt_a3a(editorContext, node);
   } else {
     editorCell = this.createConstant_4kucyt_a3a(editorContext, node);
   }
   return editorCell;
 }