Uses of Interface
org.opennms.features.topology.api.IViewContribution
-
Packages that use IViewContribution Package Description org.opennms.features.topology.api org.opennms.features.topology.api.support -
-
Uses of IViewContribution in org.opennms.features.topology.api
Methods in org.opennms.features.topology.api that return types with arguments of type IViewContribution Modifier and Type Method Description java.util.List<IViewContribution>
WidgetManager. getWidgets()
Gets the list of Widgets as IViewContributionsMethods in org.opennms.features.topology.api with parameters of type IViewContribution Modifier and Type Method Description void
WidgetManager. onBind(IViewContribution viewContribution)
void
WidgetManager. onUnbind(IViewContribution viewContribution)
-
Uses of IViewContribution in org.opennms.features.topology.api.support
Classes in org.opennms.features.topology.api.support that implement IViewContribution Modifier and Type Class Description class
BlueprintIViewContribution
-