Lines Matching refs:selectionHandler
37 selectionHandler: NodeSelectionHandler; property in GraphView
69 graph.selectionHandler.clear();
91 this.selectionHandler = {
133 broker.addNodeHandler(this.selectionHandler);
407 graph.selectionHandler.clear();
410 graph.selectionHandler.select(selected, true);
478 graph.selectionHandler.clear();
492 graph.selectionHandler.clear();
514 graph.selectionHandler.select(selection, true);
685 graph.selectionHandler.clear();
687 graph.selectionHandler.select([edge.source, edge.target], true);
751 if (!d3.event.shiftKey) graph.selectionHandler.clear();
752 graph.selectionHandler.select([d], undefined);