Uses of Interface
org.opennms.features.topology.api.IconRepository
-
-
Uses of IconRepository in org.opennms.features.topology.api
Subinterfaces of IconRepository in org.opennms.features.topology.api Modifier and Type Interface Description interface
ConfigurableIconRepository
AnIconRepository
which can be updated.Methods in org.opennms.features.topology.api that return IconRepository Modifier and Type Method Description IconRepository
IconManager. findRepositoryByIconKey(String iconKey)
Returns the firstIconRepository
which has the providediconKey
mapping defined. -
Uses of IconRepository in org.opennms.features.topology.api.support
Classes in org.opennms.features.topology.api.support that implement IconRepository Modifier and Type Class Description class
DefaultIconRepository
-
Uses of IconRepository in org.opennms.features.topology.app.internal.support
Methods in org.opennms.features.topology.app.internal.support with parameters of type IconRepository Modifier and Type Method Description void
IconRepositoryManager. onBind(IconRepository iconRepo)
void
IconRepositoryManager. onUnbind(IconRepository iconRepo)
-
Uses of IconRepository in org.opennms.features.topology.plugins.topo.graphml.internal
Classes in org.opennms.features.topology.plugins.topo.graphml.internal that implement IconRepository Modifier and Type Class Description class
GraphMLIconRepository
SimpleIconRepository
for theGraphMLMetaTopologyProvider
. -
Uses of IconRepository in org.opennms.netmgt.graph.provider.topology
Classes in org.opennms.netmgt.graph.provider.topology that implement IconRepository Modifier and Type Class Description class
LegacyIconRepositoryAdapter
-