Lines Matching refs:getSelectionCell
914 var state = graph.getView().getState(graph.getSelectionCell());
3828 (oneVertexSelected && !graph.isContainer(graph.getSelectionCell())));
3834 var state = graph.view.getState(graph.getSelectionCell());
3837 …(graph.isContainer(graph.getSelectionCell()) || graph.model.getChildCount(graph.getSelectionCell()…
3840 …rGroup').setEnabled(graph.getSelectionCount() == 1 && graph.isValidRoot(graph.getSelectionCell()));
3841 …var foldable = graph.getSelectionCount() == 1 && graph.isCellFoldable(graph.getSelectionCell()); /…
3846 graph.getLinkForCell(graph.getSelectionCell()) != null);
5165 var cell = graph.getSelectionCell();
5197 handler.start(graph.getSelectionCell(),
5277 if (graph.model.isVertex(graph.getSelectionCell()))
5281 var cells = graph.connectVertex(graph.getSelectionCell(), directions[evt.keyCode],
5295 graph.scrollCellToVisible(graph.getSelectionCell());
5299 editorUi.hoverIcons.update(graph.view.getState(graph.getSelectionCell()));