Home
last modified time | relevance | path

Searched refs:getCell (Results 1 – 25 of 28) sorted by relevance

12

/plugin/diagramsnet/lib/plugins/
Dexplore.js138 var cell = me.getCell();
205 var tmp = graph.getModel().getCell(key);
237 var tmp = graph.getModel().getCell(key);
295 var sourceCell = sourceGraph.model.getCell(realCell.sourceCellId);
361 if (ui.editor.graph.model.isVertex(me.getCell()) &&
362 ui.editor.graph.model.getEdgeCount(me.getCell()) > 0 &&
363 this.getLinkForCell(me.getCell()) == null)
365 exploreFromHere(me.getCell());
Dflow.js82 if (ui.editor.graph.model.isEdge(me.getCell()))
84 toggleFlow([me.getCell()]);
Dreplay.js16 return model.getCell(id);
116 return model.getCell(id);
Dprops.js184 cellClicked(me.getCell());
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
DSchemaGraphComponent.java112 Component[] c = components.get(terminal.getCell()); in getColumnLocation()
141 if (getGraph().getModel().isVertex(state.getCell())) in createComponents()
143 return new Component[] { new JTableRenderer(state.getCell(), this) }; in createComponents()
/plugin/diagramsnet/lib/js/diagramly/
DDiffSync.js287 var cell = model.getCell(id);
353 root = model.getCell(id);
371 var cell = model.getCell(diff[EditorUi.DIFF_REMOVE][i]);
388 this.patchCell(model, model.getCell(id),
400 var cell = model.getCell(cellDiff.id);
404 model.setTerminal(cell, model.getCell(cellDiff.source), true);
405 model.setTerminal(cell, model.getCell(cellDiff.target), false);
469 var ex = model.getCell(id);
511 children.push({child: model.getCell(mov)});
531 children.push({child: model.getCell(moved[id])});
[all …]
DEmbed.js375 var tmp = graph.view.getState(me.getCell());
DGraphViewer.js1068 var layer = model.getCell(layerIds[i]);
/plugin/jdraw/src/com/mxgraph/examples/swing/
DCustomCanvas.java42 if (getModel().isVertex(state.getCell()) in CustomCanvas()
50 else if (getModel().isVertex(state.getCell()) in CustomCanvas()
DCustomCanvas.java.bak40 if (getModel().isVertex(state.getCell())
48 else if (getModel().isVertex(state.getCell())
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
DRepeatCellRequest.php41 public function getCell() function in Google\\Service\\Sheets\\RepeatCellRequest
/plugin/jdraw/lib/
Djgraphx.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/diagramsnet/lib/js/
Dembed.dev.js375 var tmp = graph.view.getState(me.getCell());
Dexport.js500 model.setVisible(model.getCell(extras.layerIds[i]), true);
Dviewer.min.js316 ….prototype.getState=function(){return this.state};mxMouseEvent.prototype.getCell=function(){var a=… method in mxMouseEvent
945 …){var a=new mxCell;a.insert(new mxCell);return a};mxGraphModel.prototype.getCell=function(a){retur… method in mxGraphModel
949 …a));if(null!=a.getId()){var b=this.getCell(a.getId());if(b!=a){for(;null!=b;)a.setId(this.createId…
971 …==typeof g.getId){var k=g.getId(),l=null==k||this.isEdge(g)&&c?null:this.getCell(k);if(null==l){va…
1229 …tants.STYLE_TARGET_PORT);null!=a&&(a=this.getState(this.graph.getModel().getCell(a)),null!=a&&(b=a…
1291 mxGraph.prototype.click=function(a){var b=a.getEvent(),c=a.getCell(),d=new mxEventObject(mxEvent.CL…
1294getCell());this.fireEvent(c);c.isConsumed()&&(this.panningHandler.panningTrigger=!1);this.isEnable…
1430 …totype.getCursorForMouseEvent=function(a){return this.getCursorForCell(a.getCell())};mxGraph.proto…
1487 …getX(),a.getY());a.graphX=c.x-this.panDx;a.graphY=c.y-this.panDy;null==a.getCell()&&this.isMouseDo…
1495 …bleClickCounter){if(this.doubleClickCounter++,d=!1,a==mxEvent.MOUSE_UP?b.getCell()==this.lastTouch…
[all …]
Dapp.min.js350 ….prototype.getState=function(){return this.state};mxMouseEvent.prototype.getCell=function(){var a=… method in mxMouseEvent
979 …){var a=new mxCell;a.insert(new mxCell);return a};mxGraphModel.prototype.getCell=function(a){retur… method in mxGraphModel
983 …a));if(null!=a.getId()){var b=this.getCell(a.getId());if(b!=a){for(;null!=b;)a.setId(this.createId…
1005 …==typeof g.getId){var k=g.getId(),l=null==k||this.isEdge(g)&&c?null:this.getCell(k);if(null==l){va…
1263 …tants.STYLE_TARGET_PORT);null!=a&&(a=this.getState(this.graph.getModel().getCell(a)),null!=a&&(b=a…
1325 mxGraph.prototype.click=function(a){var b=a.getEvent(),c=a.getCell(),d=new mxEventObject(mxEvent.CL…
1328getCell());this.fireEvent(c);c.isConsumed()&&(this.panningHandler.panningTrigger=!1);this.isEnable…
1464 …totype.getCursorForMouseEvent=function(a){return this.getCursorForCell(a.getCell())};mxGraph.proto…
1521 …getX(),a.getY());a.graphX=c.x-this.panDx;a.graphY=c.y-this.panDy;null==a.getCell()&&this.isMouseDo…
1529 …bleClickCounter){if(this.doubleClickCounter++,d=!1,a==mxEvent.MOUSE_UP?b.getCell()==this.lastTouch…
[all …]
/plugin/diagramsnet/lib/js/grapheditor/
DGraph.js1005 var cell = (locked) ? me.sourceState.cell : me.getCell();
1074 return this.getCursorForCell((locked) ? me.sourceState.cell : me.getCell());
1247 if (me.state != null && this.isCellLocked(me.getCell()))
3825 var newCell = this.model.getCell(cells[i].id);
5059 mxEvent.isTouchEvent(me.getEvent()) && !this.graph.model.isVertex(me.getCell()))
7341 var markerGetCell = marker.getCell;
7342 marker.getCell = mxUtils.bind(this, function(me)
10832 cellSelected = this.isCellSelected(me.getCell());
10849 ((selectionEmpty && me.getCell() == null && this.isSelectionEmpty()) ||
10850 (cellSelected && this.isCellSelected(me.getCell())))));
[all …]
DEditor.js2830 var cell = me.getCell();
DDialogs.js1508 if (graph.getModel().getCell(value) == null)
/plugin/edittable/lib/
Dhandsontable.full.js11931 editedCell = this.instance.view.wt.wtOverlays.topOverlay.clone.wtTable.getCell({
11938 editedCell = this.instance.view.wt.wtOverlays.topLeftCornerOverlay.clone.wtTable.getCell({
11945 editedCell = this.instance.view.wt.wtOverlays.bottomLeftCornerOverlay.clone.wtTable.getCell({
11952 editedCell = this.instance.view.wt.wtOverlays.leftOverlay.clone.wtTable.getCell({
11959 editedCell = this.instance.view.wt.wtOverlays.bottomOverlay.clone.wtTable.getCell({
11966 editedCell = this.instance.getCell(this.row, this.col);
15144 var cell = instance.getCell(cellProperties.row, cellProperties.col);
15246 td = instance.getCell(row, col, true);
16016 this.getCell = function (row, col, topmost) {
24156 fromTD = this.wot.wtTable.getCell(new _coords2.default(fromRow, fromColumn));
[all …]
/plugin/zwidoku/files/
H A Djs.js1getCell({row:this.row,col:this.col});this.textareaParentStyle.zIndex=101;break;case'top-left-corne…
/plugin/diagramsnet/lib/plugins/trees/
Dtrees.js1208 (!graph.getModel().isVertex(tmp.cell) || !isTreeCell(me.getCell()))))
/plugin/jsontable/script/
Dhandsontable.full.min.js29getCell({row:this.row,col:this.col}),this.holderZIndex=101;break;case"top-left-corner":e=this.inst…
35getCell({row:this.row,col:this.col}),this.select.style.zIndex=101;break;case"corner":e=this.instan…
/plugin/diagramsnet/lib/mxgraph/
DmxClient.js112 ….prototype.getState=function(){return this.state};mxMouseEvent.prototype.getCell=function(){var a=… method in mxMouseEvent
741 …){var a=new mxCell;a.insert(new mxCell);return a};mxGraphModel.prototype.getCell=function(a){retur… method in mxGraphModel
745 …a));if(null!=a.getId()){var b=this.getCell(a.getId());if(b!=a){for(;null!=b;)a.setId(this.createId…
767 …==typeof g.getId){var k=g.getId(),l=null==k||this.isEdge(g)&&c?null:this.getCell(k);if(null==l){va…
1025 …tants.STYLE_TARGET_PORT);null!=a&&(a=this.getState(this.graph.getModel().getCell(a)),null!=a&&(b=a…
1087 mxGraph.prototype.click=function(a){var b=a.getEvent(),c=a.getCell(),d=new mxEventObject(mxEvent.CL…
1090getCell());this.fireEvent(c);c.isConsumed()&&(this.panningHandler.panningTrigger=!1);this.isEnable…
1226 …totype.getCursorForMouseEvent=function(a){return this.getCursorForCell(a.getCell())};mxGraph.proto…
1283 …getX(),a.getY());a.graphX=c.x-this.panDx;a.graphY=c.y-this.panDy;null==a.getCell()&&this.isMouseDo…
1291 …bleClickCounter){if(this.doubleClickCounter++,d=!1,a==mxEvent.MOUSE_UP?b.getCell()==this.lastTouch…
[all …]
/plugin/xlsx2dw/packages/exceljs/
Dexceljs.js1817 iteratee(row.getCell(colNumber), rowNumber);
1902 _this._worksheet.getCell(index + 1, _this.number).value = text;
2002 _this2._worksheet.getCell(index + offset, colNumber).value = value;
3007 value: function getCell(col) {
3048 cDst = this.getCell(i);
3066 cDst = this.getCell(i + nExpand);
3079 cDst = this.getCell(start + i);
3099 iteratee(this.getCell(i), i);
3645 var cell = r.getCell(col + j);
3654 var cell = r.getCell(col + j);
[all …]

12