Home
last modified time | relevance | path

Searched refs:addCell (Results 1 – 22 of 22) sorted by relevance

/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DPort.java98 graph.addCell(port1, v1); in Port()
99 graph.addCell(port2, v1); in Port()
/plugin/mobiletable/
H A DmobileTable.js84 const addCell = (tr, cell, colSpan) => {
150 addCell(addRow(tbody), row.firstElementChild, true)
192 … const newCell = addCell(tr, row.children[i - colOffset], name === hiddenHeading)
/plugin/diagramsnet/lib/js/diagramly/
H A DmxFreehand.js213 cell = graph.addCell(cell);
H A DExtensions.js6424 select.push(graph.addCell(e, group, null, src, trg));
6440 graph.addCell(layerCell, graph.model.root);
6451 graph.addCell(v, layerCell);
6455 select.push(graph.addCell(v));
6826 select.push(graph.addCell(e, null, null, null, null));
6845 select.push(graph.addCell(e, null, null, null, null));
9849 graph.addCell(edge, v, null, v, v);
10137 select.push(graph.addCell(edge1, null, null, null, null));
13674 graph.addCell(chartGroup);
13730 graph.addCell(cell, chartGroup);
[all …]
H A DDiffSync.js462 var addCell = mxUtils.bind(this, function(child, insert)
500 var id = addCell(child, insert);
H A DMenus.js2990 cell = graph.addCell(cell);
H A DEditorUi.js13259 graph.addCell(cell, parent);
13264 cells.push(graph.addCell(cell));
H A DDialogs.js9816 targetGraph.addCell(targetCell)
/plugin/diagramsnet/lib/js/grapheditor/
H A DDialogs.js2230 newCell = graph.addCell(newCell, graph.model.root);
2267 var cell = graph.addCell(new mxCell(mxResources.get('untitledLayer')), graph.model.root);
2366 graph.addCell(child, graph.model.root, dropIndex);
2520 graph.addCell(child, graph.model.root, index - 1);
2547 graph.addCell(child, graph.model.root, index + 1);
H A DEditorUi.js1482 var addCell = mxUtils.bind(this, function(cell)
1520 graph.addCell(clone);
1546 addCell(cells[i]);
H A DActions.js760 linkCell = graph.addCell(linkCell);
H A DGraph.js11713 function addCell(cell) function
11728 addCell(model.getParent(model.getParent(cell)));
11732 addCell(model.getParent(cell));
11735 addCell(cell);
/plugin/diagramsnet/lib/js/diagramly/sidebar/
H A DSidebar.js1393 graph.addCell(target);
/plugin/jdraw/lib/
H A Djgraphx.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/diagramsnet/lib/js/diagramly/graphml/
H A DmxGraphMlCodec.js588 graph.addCell(node, parent);
/plugin/diagramsnet/lib/js/
H A Dextensions.min.js48 …t,x,y);A=A.points;if(null!=A)for(r=0;r<A.length;r++)g(A[r],x,y)}n.push(a.addCell(k,l,null,h,d))},n…
51 …d];if(null!=C){if(null==C.parent)if(C.lucidLayerInfo){var D=new mxCell;a.addCell(D,a.model.root);D…
52 D.setValue(C.lucidLayerInfo.name);delete C.lucidLayerInfo;a.addCell(C,D)}else n.push(a.addCell(C))}…
56 …[a];c=c.clone();w.insertEdge(c,!1);a.insertEdge(c,!0);d.push(c);g.push(n.addCell(c,null,null,null,…
191 K.geometry.relative=!0;K.edge=!0;u.insertEdge(K,!0);G.insertEdge(K,!1);g.push(x.addCell(K,null,null…
202 …c=[];ac.push(new mxPoint(q+.13*t,D+.72*r));L.geometry.points=ac;g.push(x.addCell(L,null,null,null,…
206addCell(L,null,null,null,null));K=new mxCell("",new mxGeometry(0,0,0,0),"curved=1;endArrow=block;h…
209addCell(L,null,null,null,null));K=new mxCell("",new mxGeometry(0,0,0,0),"endArrow=none;part=1;");p…
210addCell(X,null,null,null,null));ra=new mxCell("",new mxGeometry(0,0,0,0),"endArrow=none;part=1;");…
211addCell(bc,null,null,null,null));var cc=new mxCell("",new mxGeometry(0,0,0,0),"endArrow=none;part=…
[all …]
H A Dapp.min.js1096 …electable(a[b]))return a[b];return null};mxGraphSelectionModel.prototype.addCell=function(a){null!… method in mxGraphSelectionModel
1367 …on(a,b,c,d,e,f,g,k,l){b=this.createVertex(a,b,c,d,e,f,g,k,l);return this.addCell(b,a)};mxGraph.pro…
1368 …aph.prototype.addEdge=function(a,b,c,d,e){return this.addCell(a,b,e,c,d)};mxGraph.prototype.addCel… method in mxGraph
1512 mxGraph.prototype.addSelectionCell=function(a){this.getSelectionModel().addCell(a)};mxGraph.prototy…
1727 l.x-=k.origin.x;l.y-=k.origin.y}}this.graph.addCell(b,d)}var m=this.graph.getDefaultParent();null!=…
3521 !0);c.getModel().beginUpdate();try{b=c.addCell(b),c.fireEvent(new mxEventObject("cellsInserted","ce…
3739 …er/>")});mxEvent.addListener(e,"dragend",function(a){null!=p&&null!=q&&g.addCell(c,g.model.root,q)…
3744 …ppendChild(h),mxEvent.addListener(h,"click",function(b){g.isEnabled()&&g.addCell(c,g.model.root,a-…
3745 …ppendChild(h),mxEvent.addListener(h,"click",function(b){g.isEnabled()&&g.addCell(c,g.model.root,a+…
10351 …=b.editor.graph.getFreeInsertPoint();f.geometry.x=g.x;f.geometry.y=g.y;c.addCell(f)}c.setCellStyle…
[all …]
H A Dviewer.min.js1062 …electable(a[b]))return a[b];return null};mxGraphSelectionModel.prototype.addCell=function(a){null!… method in mxGraphSelectionModel
1333 …on(a,b,c,d,e,f,g,k,l){b=this.createVertex(a,b,c,d,e,f,g,k,l);return this.addCell(b,a)};mxGraph.pro…
1334 …aph.prototype.addEdge=function(a,b,c,d,e){return this.addCell(a,b,e,c,d)};mxGraph.prototype.addCel… method in mxGraph
1478 mxGraph.prototype.addSelectionCell=function(a){this.getSelectionModel().addCell(a)};mxGraph.prototy…
1693 l.x-=k.origin.x;l.y-=k.origin.y}}this.graph.addCell(b,d)}var m=this.graph.getDefaultParent();null!=…
2176 …ale)-q.view.translate.y-d.geometry.height/2);q.model.beginUpdate();try{q.addCell(f)}finally{q.mode…
2976 !0);g.getModel().beginUpdate();try{d=g.addCell(d),g.fireEvent(new mxEventObject("cellsInserted","ce…
H A Dviewer-static.min.js1062 …electable(a[b]))return a[b];return null};mxGraphSelectionModel.prototype.addCell=function(a){null!… method in mxGraphSelectionModel
1333 …on(a,b,c,d,e,f,g,k,l){b=this.createVertex(a,b,c,d,e,f,g,k,l);return this.addCell(b,a)};mxGraph.pro…
1334 …aph.prototype.addEdge=function(a,b,c,d,e){return this.addCell(a,b,e,c,d)};mxGraph.prototype.addCel… method in mxGraph
1478 mxGraph.prototype.addSelectionCell=function(a){this.getSelectionModel().addCell(a)};mxGraph.prototy…
1693 l.x-=k.origin.x;l.y-=k.origin.y}}this.graph.addCell(b,d)}var m=this.graph.getDefaultParent();null!=…
2176 …ale)-q.view.translate.y-d.geometry.height/2);q.model.beginUpdate();try{q.addCell(f)}finally{q.mode…
2976 !0);g.getModel().beginUpdate();try{d=g.addCell(d),g.fireEvent(new mxEventObject("cellsInserted","ce…
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A Dimporter.js632 graph.addCell(backCell, graph.getModel().getRoot(), 0, null, null);
686 graph.addCell(layerCell, graph.model.root, layerIndex);
1811 shapeGraph.addCell(c);
/plugin/diagramsnet/lib/mxgraph/
H A DmxClient.js858 …electable(a[b]))return a[b];return null};mxGraphSelectionModel.prototype.addCell=function(a){null!… method in mxGraphSelectionModel
1129 …on(a,b,c,d,e,f,g,k,l){b=this.createVertex(a,b,c,d,e,f,g,k,l);return this.addCell(b,a)};mxGraph.pro…
1130 …aph.prototype.addEdge=function(a,b,c,d,e){return this.addCell(a,b,e,c,d)};mxGraph.prototype.addCel… method in mxGraph
1274 mxGraph.prototype.addSelectionCell=function(a){this.getSelectionModel().addCell(a)};mxGraph.prototy…
1489 l.x-=k.origin.x;l.y-=k.origin.y}}this.graph.addCell(b,d)}var m=this.graph.getDefaultParent();null!=…
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js2402 matrix.addCell(rangeStr);
5459 value: function addCell(addressStr) {