Searched refs:targetCell (Results 1 – 8 of 8) sorted by relevance
/plugin/jdraw/src/com/mxgraph/examples/swing/ |
H A D | GraphEditor.java | 565 mxICell targetCell = (mxICell) target; in importCells() local 568 if (targetCell.isVertex() == dropCell.isVertex() in importCells() 569 || targetCell.isEdge() == dropCell.isEdge()) in importCells()
|
H A D | GraphEditor.java.bak | 436 mxICell targetCell = (mxICell) target; 439 if (targetCell.isVertex() == dropCell.isVertex() 440 || targetCell.isEdge() == dropCell.isEdge())
|
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | Sidebar.js | 2239 var targetCell = targets[i]; 2241 if ((graph.getModel().isVertex(targetCell) == graph.getModel().isVertex(source)) || 2242 (graph.getModel().isEdge(targetCell) == graph.getModel().isEdge(source))) 2245 graph.getModel().setStyle(targetCell, cellStyle); 2250 var childCount = graph.model.getChildCount(targetCell); 2254 graph.model.remove(graph.model.getChildAt(targetCell, j)); 2262 graph.setCellStyles(mxConstants.STYLE_SHAPE, 'umlLifeline', [targetCell]); 2263 graph.setCellStyles('participant', sourceCellStyle[mxConstants.STYLE_SHAPE], [targetCell]); 2272 graph.setCellStyles(styles[j], value, [targetCell]); 2276 result.push(targetCell);
|
H A D | Graph.js | 4019 var execute = mxUtils.bind(this, function(targetCell) argument 4021 if (createTarget == null || targetCell != null || (target == null && cloneSource)) 4029 var cellToClone = this.getAbsoluteParent((targetCell != null) ? targetCell : source); 4031 realTarget = (targetCell != null) ? targetCell : this.duplicateCells([cellToClone], false)[0]; 4033 if (targetCell != null) 4042 if (targetCell != null && urlParams['sketch'] == '1')
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | Dialogs.js | 9777 var updateShape = function(targetGraph, targetCell, hide) argument 9800 var isNew = !targetGraph.model.contains(targetCell); 9814 targetCell.geometry.x = pt.x; 9815 targetCell.geometry.y = pt.y; 9816 targetGraph.addCell(targetCell) 9819 targetGraph.setCellStyles(mxConstants.STYLE_SHAPE, 'stencil(' + newValue + ')', [targetCell]); 9834 targetGraph.setSelectionCell(targetCell); 9835 targetGraph.scrollCellToVisible(targetCell);
|
H A D | Trees.js | 1184 …raph.connectVertex = function(source, direction, length, evt, forceClone, ignoreCellAt, targetCell) argument
|
/plugin/jdraw/lib/ |
H A D | jgraphx-examples.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
H A D | jdraw.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |