Class GenericInfoPanelItemProvider

    • Constructor Detail

      • GenericInfoPanelItemProvider

        public GenericInfoPanelItemProvider​(NodeDao nodeDao,
                                            MeasurementsService measurementsService)
    • Method Detail

      • getContributions

        public java.util.Collection<InfoPanelItem> getContributions​(GraphContainer container)
        Description copied from interface: InfoPanelItemProvider
        Returns all contributions for the current state of the given container.
        Specified by:
        getContributions in interface InfoPanelItemProvider
        Parameters:
        container - the container used to decide which contributions to show
        Returns:
        a bunch of contributions, if any. Should NEVER return null
      • createVertexContext

        public java.util.Map<java.lang.String,​java.lang.Object> createVertexContext​(VertexRef vertex)
      • createEdgeContext

        public java.util.Map<java.lang.String,​java.lang.Object> createEdgeContext​(EdgeRef edge)