Home
last modified time | relevance | path

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

/plugin/diagramsnet/lib/plugins/trees/
Dtrees.js29 function isTreeCell(cell) function
51 if (isTreeCell(graph.getSelectionCell()) && graph.getSelectionCount() == 1)
177 if (isTreeCell(cells[i]))
221 if (isTreeCell(cells[i]))
251 return (isTreeCell(state.cell)) ? null : this.graph.view.getState(this.graph.getCellAt(x, y));
266 if (state != null && isTreeCell(state.cell))
287 if (isTreeCell(cells[i]))
321 if (isTreeCell(target))
326 if (isTreeCell(cells[i]) || (graph.model.isEdge(cells[i]) &&
366 … if (isTreeCell(newSource) && mxUtils.indexOf(result, this.model.getTerminal(result[i], true)) < 0)
[all …]