Home
last modified time | relevance | path

Searched refs:getSelectionCells (Results 1 – 25 of 35) sorted by relevance

12

/plugin/diagramsnet/lib/js/grapheditor/
DActions.js319 var cells = graph.getResizableCells(graph.getSelectionCells());
392 var cells = graph.getEditableCells(graph.getSelectionCells());
417 var select = graph.deleteCells(graph.getDeletableCells(graph.getSelectionCells()), includeEdges);
432 var cells = graph.getSelectionCells();
486 graph.turnShapes(graph.getResizableCells(graph.getSelectionCells()),
509 var cells = graph.getSelectionCells();
554 var cells = mxUtils.sortCells(graph.getSelectionCells(), true);
575 var cells = graph.getEditableCells(graph.getSelectionCells());
615 var cells = graph.getSelectionCells();
831 var cells = graph.getSelectionCells();
[all …]
DMenus.js67 graph.updateLabelElements(graph.getSelectionCells(), function(elt)
325 var selectionCells = graph.getSelectionCells();
335 var selectionCells = graph.getSelectionCells();
1094 var cells = graph.getSelectionCells();
1196 var cells = graph.getEditableCells(graph.getSelectionCells());
1381 'cells', graph.getSelectionCells()));
1508 if (graph.getEditableCells(graph.getSelectionCells()).length > 0)
DEditorUi.js1879 result = result || graph.getSelectionCells();
3490 var cells = graph.getSelectionCells();
3771 var cells = graph.getSelectionCells();
3821 this.actions.get('turn').setEnabled(graph.getResizableCells(graph.getSelectionCells()).length > 0);
4392 var cells = graph.getSelectionCells();
5123 var cells = graph.getSelectionCells();
5198 0, 0, graph.getSelectionCells());
DDialogs.js349 'values', [color], 'cells', graph.getSelectionCells()));
2155 graph.moveCells(graph.getSelectionCells(), 0, 0, false, child);
2300 var div = layerDivs.get(graph.getLayerForCells(graph.getSelectionCells()));
DGraph.js1164 tapAndHoldSelection = this.getSelectionCells();
2494 var cells = this.getSelectionCells();
4356 cells = this.getFoldableCells(this.getSelectionCells(), collapse);
8602 cells = (cells != null) ? cells : this.getSelectionCells();
9327 cells = (cells != null) ? cells : this.getSelectionCells();
9542 cells = this.getSelectionCells();
9717 this.getBoundingBox(this.getSelectionCells()));
12154 this.graph.getSelectionCells());
DSidebar.js2821 …var tmp = graph.isCellSelected(currentStyleTarget.cell) ? graph.getSelectionCells() : [currentStyl…
3505 var temp = graph.getEditableCells(graph.getSelectionCells());
/plugin/diagramsnet/lib/plugins/
Dtags.js212 graph.addTagsForCells(graph.getSelectionCells(), [tag])
230 graph.removeTagsForCells(graph.getSelectionCells(), [tag])
274 …updateSelectedTags(getAllTags(), getLookup(graph.getCommonTagsForCells(graph.getSelectionCells()))…
302 graph.addTagsForCells(graph.getSelectionCells(), searchInput.value.toLowerCase().split(' '));
Drandom.js16 var cells = graph.getSelectionCells().slice();
68 var cells = graph.getSelectionCells().slice();
167 var cells = graph.getSelectionCells().slice();
391 var cells = graph.getSelectionCells().slice();
Dflow.js73 toggleFlow(ui.editor.graph.getSelectionCells());
Dvoice.js832 var cells = graph.getSelectionCells();
1096 graph.moveCells(graph.getSelectionCells(), dx / s, dy / s);
1227 graph.moveCells(graph.getSelectionCells(), dx, dy);
1236 var cells = graph.getSelectionCells();
1267 var cells = graph.getAllEdges(graph.getSelectionCells());
1302 var edges = graph.getAllEdges(graph.getSelectionCells());
1497 var cells = graph.getSelectionCells();
1554 var cells = graph.getSelectionCells();
1959 var cells = graph.getSelectionCells();
Dprops.js68 var result = graph.getDataForCells(graph.getSelectionCells());
Danimation.js246 var cells = editorUi.editor.graph.getSelectionCells();
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
DEditorActions.java793 Object[] cells = graph.getSelectionCells(); in actionPerformed()
854 Object[] cells = graph.getSelectionCells(); in actionPerformed()
1279 Object[] cells = graphComponent.getGraph().getSelectionCells(); in actionPerformed()
DEditorActions.java.bak793 Object[] cells = graph.getSelectionCells();
854 Object[] cells = graph.getSelectionCells();
1279 Object[] cells = graphComponent.getGraph().getSelectionCells();
/plugin/diagramsnet/lib/js/diagramly/
DTrees.js23 cells = this.getFoldableCells(this.getSelectionCells(), collapse);
358 cells = this.getDeletableCells(this.getSelectionCells());
429 cells = (cells != null) ? cells : this.getSelectionCells();
DMenus.js606 var cells = graph.getSelectionCells();
717 var cells = graph.getSelectionCells();
750 graph.pasteStyle(currentStyle, graph.getSelectionCells())
846 var cells = mxUtils.sortCells(graph.model.getTopmostCells(graph.getSelectionCells()));
1454 graph.getSelectionCells() : null);
1595 var cells = graph.cloneCells(graph.getSelectionCells());
4025 graph.updateLabelElements(graph.getSelectionCells(), function(elt)
DEditor.js4661 graph.setCellStyles(prop.countProperty, allVals.length, graph.getSelectionCells());
4668 graph.setCellStyles(pName, newVal, graph.getSelectionCells());
4692 graph.setCellStyles(prop.dependentProps[i], vals, graph.getSelectionCells());
4704 'values', changedVals, 'cells', graph.getSelectionCells()));
6006 var cells = graph.getSelectionCells();
6268 graph.addTagsForCells(graph.getSelectionCells(), [tag]);
6272 graph.removeTagsForCells(graph.getSelectionCells(), [tag]);
6317 graph.getSelectionCells()));
DDrawioFile.js621 var selection = this.ui.editor.graph.getSelectionCells();
DPages.js1784 var bounds = graph.getBoundingBox(graph.getSelectionCells());
DElectronApp.js1245 var selection = this.ui.editor.graph.getSelectionCells();
/plugin/diagramsnet/lib/js/diagramly/vsdx/
DVsdxExport.js910 var selectedCells = editorUi.editor.graph.getSelectionCells();
/plugin/diagramsnet/lib/shapes/rack/
DmxRack.js49 graph.setCellStyles('marginLeft', (newValue == 'off') ? 9 : 33, graph.getSelectionCells());
/plugin/diagramsnet/lib/plugins/trees/
Dtrees.js258 cells = (cells != null) ? cells : this.getSelectionCells();
/plugin/diagramsnet/lib/js/
Dviewer.min.js345 …Cells:function(a,b,c){a.removeCells(b,c)},copy:function(a,b){b=b||a.getSelectionCells();var c=a.ge…
1280 mxGraph.prototype.updateSelection=function(){for(var a=this.getSelectionCells(),b=[],c=0;c<a.length…
1312 mxGraph.prototype.setCellStyle=function(a,b){b=b||this.getSelectionCells();if(null!=b){this.model.b…
1313getSelectionCells());var d=null;null!=c&&0<c.length&&(d=this.getCurrentCellStyle(c[0]),d=mxUtils.g…
1314 …setCellStyleFlags=function(a,b,c,d){d=d||this.getEditableCells(this.getSelectionCells());null!=d&&…
1315 …pe.alignCells=function(a,b,c){null==b&&(b=this.getMovableCells(this.getSelectionCells()));if(null!…
1320 …ion(a,b,c){null==b&&(b=mxUtils.sortCells(this.getEditableCells(this.getSelectionCells()),!0));this…
1322 mxGraph.prototype.groupCells=function(a,b,c){null==c&&(c=mxUtils.sortCells(this.getSelectionCells()…
1326 ….getCellsForUngroup=function(){for(var a=this.getEditableCells(this.getSelectionCells()),b=[],c=0;…
1327 mxGraph.prototype.removeCellsFromParent=function(a){null==a&&(a=this.getSelectionCells());this.mode…
[all …]
Dapp.min.js379 …Cells:function(a,b,c){a.removeCells(b,c)},copy:function(a,b){b=b||a.getSelectionCells();var c=a.ge…
1314 mxGraph.prototype.updateSelection=function(){for(var a=this.getSelectionCells(),b=[],c=0;c<a.length…
1346 mxGraph.prototype.setCellStyle=function(a,b){b=b||this.getSelectionCells();if(null!=b){this.model.b…
1347getSelectionCells());var d=null;null!=c&&0<c.length&&(d=this.getCurrentCellStyle(c[0]),d=mxUtils.g…
1348 …setCellStyleFlags=function(a,b,c,d){d=d||this.getEditableCells(this.getSelectionCells());null!=d&&…
1349 …pe.alignCells=function(a,b,c){null==b&&(b=this.getMovableCells(this.getSelectionCells()));if(null!…
1354 …ion(a,b,c){null==b&&(b=mxUtils.sortCells(this.getEditableCells(this.getSelectionCells()),!0));this…
1356 mxGraph.prototype.groupCells=function(a,b,c){null==c&&(c=mxUtils.sortCells(this.getSelectionCells()…
1360 ….getCellsForUngroup=function(){for(var a=this.getEditableCells(this.getSelectionCells()),b=[],c=0;…
1361 mxGraph.prototype.removeCellsFromParent=function(a){null==a&&(a=this.getSelectionCells());this.mode…
[all …]

12