Lines Matching refs:getSelectionCell
214 var cell = graph.getSelectionCell();
220 if (isTreeVertex(graph.getSelectionCell()))
228 if (isTreeVertex(graph.getSelectionCell()))
249 var cell = graph.getSelectionCell();
271 var cell = graph.getSelectionCell();
298 var cell = graph.getSelectionCell();
310 var cell = graph.getSelectionCell();
1095 isTreeVertex(graph.getSelectionCell()) &&
1100 if (graph.getIncomingTreeEdges(graph.getSelectionCell()).length > 0)
1105 addParent(graph.getSelectionCell()) :
1106 addChild(graph.getSelectionCell());
1110 cells = addSibling(graph.getSelectionCell(), !mxEvent.isShiftDown(evt));
1127 ui.hoverIcons.update(graph.view.getState(graph.getSelectionCell()));
1130 graph.startEditingAtCell(graph.getSelectionCell());
1149 selectCell(graph.getSelectionCell(), mxConstants.DIRECTION_WEST);
1154 selectCell(graph.getSelectionCell(), mxConstants.DIRECTION_NORTH);
1159 selectCell(graph.getSelectionCell(), mxConstants.DIRECTION_EAST);
1164 selectCell(graph.getSelectionCell(), mxConstants.DIRECTION_SOUTH);