private EditorCell createDiagramNode_pj4dhh_a( final EditorContext editorContext, final SNode node) { BlockCell editorCell = new Block_diagram_Editor.BlockCellImpl_pj4dhh_a(editorContext, node); editorCell.setCellId("DiagramNode_pj4dhh_a"); editorCell.setBig(true); DefaultDiagramElementActionMap_0.setCellActions(editorCell, node, editorContext); return editorCell; }
public void synchronize() { super.synchronizeViewWithModel(); myPropertyCell_pj4dhh_a0a.synchronize(); myPropertyCell_pj4dhh_a1a.synchronize(); myPropertyCell_pj4dhh_a2a.synchronize(); myPropertyCell_pj4dhh_a3a.synchronize(); syncPortNodes( SLinkOperations.getTargets(getSNode(), "inputPorts", true), myInputPorts.listIterator(), new HashSet<SNode>(myInputPorts)); syncPortNodes( SLinkOperations.getTargets(getSNode(), "outputPorts", true), myOutputPorts.listIterator(), new HashSet<SNode>(myOutputPorts)); }