Lines Matching refs:getSelectionCell
51 if (isTreeCell(graph.getSelectionCell()) && graph.getSelectionCount() == 1)
53 var cell = graph.getSelectionCell();
76 var cell = graph.getSelectionCell();
98 var cell = graph.getSelectionCell();
125 var cell = graph.getSelectionCell();
139 var cell = graph.getSelectionCell();
843 isTreeCell(graph.getSelectionCell()))
847 if (graph.getSelectionCell().getAttribute('treeRoot') != '1')
852 addParent(graph.getSelectionCell()) :
853 addChild(graph.getSelectionCell());
857 cells = addSibling(graph.getSelectionCell(), !mxEvent.isShiftDown(evt));
874 ui.hoverIcons.update(graph.view.getState(graph.getSelectionCell()));
877 graph.startEditingAtCell(graph.getSelectionCell());
896 selectCell(graph.getSelectionCell(), mxConstants.DIRECTION_WEST);
901 selectCell(graph.getSelectionCell(), mxConstants.DIRECTION_NORTH);
906 selectCell(graph.getSelectionCell(), mxConstants.DIRECTION_EAST);
911 selectCell(graph.getSelectionCell(), mxConstants.DIRECTION_SOUTH);