public interface SelectionContext
Modifier and Type | Method and Description |
---|---|
boolean |
deselectAll() |
boolean |
deselectVertexRefs(Collection<? extends VertexRef> vertexRefs) |
GraphContainer |
getGraphContainer() |
Collection<EdgeRef> |
getSelectedEdgeRefs() |
Collection<VertexRef> |
getSelectedVertexRefs() |
boolean |
isEdgeRefSelected(EdgeRef edgeRef) |
boolean |
isVertexRefSelected(VertexRef vertexRef) |
boolean |
selectVertexRefs(Collection<? extends VertexRef> vertexRefs) |
boolean |
setSelectedEdgeRefs(Collection<? extends EdgeRef> edgeRefs) |
boolean |
setSelectedVertexRefs(Collection<? extends VertexRef> vertexRefs) |
boolean deselectAll()
boolean setSelectedVertexRefs(Collection<? extends VertexRef> vertexRefs)
boolean selectVertexRefs(Collection<? extends VertexRef> vertexRefs)
boolean deselectVertexRefs(Collection<? extends VertexRef> vertexRefs)
boolean setSelectedEdgeRefs(Collection<? extends EdgeRef> edgeRefs)
boolean isVertexRefSelected(VertexRef vertexRef)
boolean isEdgeRefSelected(EdgeRef edgeRef)
Collection<VertexRef> getSelectedVertexRefs()
Collection<EdgeRef> getSelectedEdgeRefs()
GraphContainer getGraphContainer()
Copyright © 2021. All rights reserved.