Class AbstractSearchProvider

    • Constructor Detail

      • AbstractSearchProvider

        public AbstractSearchProvider()
    • Method Detail

      • supportsPrefix

        public static final boolean supportsPrefix​(String providerPrefix,
                                                   String searchPrefix)
      • onCenterSearchResult

        public void onCenterSearchResult​(SearchResult searchResult,
                                         GraphContainer graphContainer)
        Description copied from interface: SearchProvider
        This method called when the user clicks the focus icon on the . No implementation is required unless you want to enhance the zoom behavior. This call will be followed by a call to getVertexRefsBy.
        Specified by:
        onCenterSearchResult in interface SearchProvider
      • onToggleCollapse

        public void onToggleCollapse​(SearchResult searchResult,
                                     GraphContainer graphContainer)
        Description copied from interface: SearchProvider
        This method is called if the provided by the implementation of this API is flagged as collapsible and the user has clicked the toggle icon. This requires that the implementation created by the implemenation of this API should be able to implement the API. The set of provided by the Criteria will not change, however, the criteria should be able to provide the both the collapsed and uncollapsed representations of the SearchResult.
        Specified by:
        onToggleCollapse in interface SearchProvider