Uses of Interface
org.opennms.features.topology.api.SelectionManager
-
Packages that use SelectionManager Package Description org.opennms.features.topology.api org.opennms.features.topology.app.internal -
-
Uses of SelectionManager in org.opennms.features.topology.api
Methods in org.opennms.features.topology.api that return SelectionManager Modifier and Type Method Description SelectionManager
GraphContainer. getSelectionManager()
Methods in org.opennms.features.topology.api with parameters of type SelectionManager Modifier and Type Method Description void
GraphContainer. setSelectionManager(SelectionManager selectionManager)
-
Uses of SelectionManager in org.opennms.features.topology.app.internal
Classes in org.opennms.features.topology.app.internal that implement SelectionManager Modifier and Type Class Description class
DefaultSelectionManager
Methods in org.opennms.features.topology.app.internal that return SelectionManager Modifier and Type Method Description SelectionManager
VEProviderGraphContainer. getSelectionManager()
Methods in org.opennms.features.topology.app.internal with parameters of type SelectionManager Modifier and Type Method Description void
VEProviderGraphContainer. setSelectionManager(SelectionManager selectionManager)
-