Interface SelectionManager
-
- All Superinterfaces:
SelectionContext
,SelectionListener
,SelectionNotifier
- All Known Implementing Classes:
DefaultSelectionManager
public interface SelectionManager extends SelectionContext, SelectionNotifier, SelectionListener
-
-
Method Summary
-
Methods inherited from interface org.opennms.features.topology.api.SelectionContext
deselectAll, deselectVertexRefs, getGraphContainer, getSelectedEdgeRefs, getSelectedVertexRefs, isEdgeRefSelected, isVertexRefSelected, selectVertexRefs, setSelectedEdgeRefs, setSelectedVertexRefs
-
Methods inherited from interface org.opennms.features.topology.api.SelectionListener
selectionChanged
-
Methods inherited from interface org.opennms.features.topology.api.SelectionNotifier
addSelectionListener, removeSelectionListener
-
-