Home
last modified time | relevance | path

Searched refs:setSelectionCells (Results 1 – 25 of 30) sorted by relevance

12

/plugin/diagramsnet/lib/plugins/
Dimport.js155 graph.setSelectionCells(cells);
Dsql.js588 graph.setSelectionCells(graph.importCells(cells, x, y));
Dvoice.js1306 graph.setSelectionCells(edges);
/plugin/diagramsnet/lib/js/grapheditor/
DActions.js82 editor.graph.setSelectionCells(editor.graph.importGraphModel(doc.documentElement));
421 graph.setSelectionCells(select);
473 graph.setSelectionCells(graph.duplicateCells());
607 graph.setSelectionCells(temp);
1674 graph.setSelectionCells(select);
DSidebar.js2388 graph.setSelectionCells(select);
2823 graph.setSelectionCells(updatedCells);
2828 …graph.setSelectionCells(this.dropAndConnect(currentTargetState.cell, cells, direction, index, evt)…
3494 graph.setSelectionCells(this.dropAndConnect(graph.getSelectionCell(), cells,
DDialogs.js709 editorUi.editor.graph.setSelectionCells(editorUi.editor.graph.importCells(children));
2591 graph.setSelectionCells(child.children);
DMenus.js697 graph.setSelectionCells(select);
DEditorUi.js3492 graph.setSelectionCells(cells);
4408 graph.setSelectionCells(graph.duplicateCells(newCells, false));
DEditor.js711 graph.setSelectionCells(cells);
DGraph.js3833 this.setSelectionCells(temp);
3867 this.setSelectionCells(cells);
4411 this.setSelectionCells(cells);
/plugin/diagramsnet/lib/js/diagramly/
DTrees.js261 graph.setSelectionCells(tmp);
287 graph.setSelectionCells(tmp);
316 graph.setSelectionCells(graph.model.getTreeEdges(cell,
343 graph.setSelectionCells(subtree);
DElectronApp.js370 graph.setSelectionCells(editorUi.importXml(xml));
382 graph.setSelectionCells(editorUi.importXml(xml));
396 graph.setSelectionCells(editorUi.importXml(xhr.responseText));
487 graph.setSelectionCells(editorUi.importXml(data));
DmxFreehand.js223 graph.setSelectionCells([cell]);
DEditorUi.js7828 this.editor.graph.setSelectionCells(this.insertTextAt(
7952 this.editor.graph.setSelectionCells(
9829 graph.setSelectionCells(this.importXml(data, x, y, true));
9884 graph.setSelectionCells(this.insertTextAt(html, x, y, true,
9916 graph.setSelectionCells(this.insertTextAt(uri, x, y, true));
9921 … graph.setSelectionCells(this.insertTextAt(evt.dataTransfer.getData('text/plain'), x, y, true));
10680 graph.setSelectionCells(cells);
10727 graph.setSelectionCells(cells);
10809 graph.setSelectionCells(this.importXml(xml, dx, dx));
12910 graph.setSelectionCells(select);
DMenus.js180 graph.setSelectionCells(editorUi.importXml(xml,
2418 graph.setSelectionCells(cells);
2446 graph.setSelectionCells(cells);
DDialogs.js1485 editorUi.editor.graph.setSelectionCells(cells);
2101 graph.setSelectionCells(graph.importCells(cells, insertPoint.x, insertPoint.y));
2191 graph.setSelectionCells(cells);
2293 editorUi.editor.graph.setSelectionCells(inserted);
7330 ui.editor.graph.setSelectionCells(cells);
DEditor.js6017 graph.setSelectionCells(visible);
6110 graph.setSelectionCells(cells);
6888 this.setSelectionCells(cells);
/plugin/diagramsnet/lib/plugins/trees/
Dtrees.js88 graph.setSelectionCells(tmp);
114 graph.setSelectionCells(tmp);
155 graph.setSelectionCells(subtree);
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
DEditorActions.java815 graph.setSelectionCells(path); in actionPerformed()
867 graph.setSelectionCells(mst); in actionPerformed()
DBasicGraphEditor.java188 graph.setSelectionCells(graph in BasicGraphEditor()
DEditorActions.java.bak815 graph.setSelectionCells(path);
867 graph.setSelectionCells(mst);
DBasicGraphEditor.java.bak184 graph.setSelectionCells(graph
/plugin/diagramsnet/lib/js/diagramly/vsdx/
DVsdxExport.js936 editorUi.editor.graph.setSelectionCells(selectedCells);
/plugin/jdraw/lib/
Djgraphx.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/diagramsnet/lib/js/
Dapp.min.js380 …efaultParent(),b=a.importCells(b,c,c,d);mxClipboard.insertCount++;a.setSelectionCells(b)}return b}…
1511 …=function(a){this.getSelectionModel().setCell(a)};mxGraph.prototype.setSelectionCells=function(a){… method in mxGraph
1515 …=this.view.getState(b)}),a):this.model.getChildren(a);null!=c&&this.setSelectionCells(c)};mxGraph.…
1516 …this.model.isEdge(c)&&b)});c=this.model.filterDescendants(e,c);null!=c&&this.setSelectionCells(c)};
1517 …sForEvent=function(a,b){this.isToggleEvent(b)?this.addSelectionCells(a):this.setSelectionCells(a)};
1637 …Cells(b,!1)}finally{this.graph.getModel().endUpdate()}d&&this.graph.setSelectionCells(a);this.isSe…
2098 c.length;h++)null!=a.view.getState(c[h])&&e.push(c[h]);a.setSelectionCells(e)}};b.addListener(mxEve…
2274 …Background();if(d){var f=b.getSelectionCells();b.clearSelection();b.setSelectionCells(f)}b.sizeDid…
2309 …l.getParent(b[c]):b[c];null==f||d.get(f)||(d.put(f,!0),e.push(f))}a.setSelectionCells(a.duplicateC…
2507 …del.endUpdate()}null!=m&&0<m.length&&(c.scrollCellToVisible(m[0]),c.setSelectionCells(m));c.editAf…
[all …]

12