public abstract class AbstractSearchProvider extends Object implements SearchProvider
Constructor and Description |
---|
AbstractSearchProvider() |
Modifier and Type | Method and Description |
---|---|
void |
onCenterSearchResult(SearchResult searchResult,
GraphContainer graphContainer)
This method called when the user clicks the focus icon on the
|
void |
onDefocusSearchResult(SearchResult searchResult,
OperationContext operationContext)
This method is called from the UI when the user wants to remove a vertex that currently in the focus list.
|
void |
onFocusSearchResult(SearchResult searchResult,
OperationContext operationContext)
This method is called from the UI when the user wants to add a vertex that is in the current context
to the focus list.
|
void |
onToggleCollapse(SearchResult searchResult,
GraphContainer graphContainer)
This method is called if the
|
static boolean |
supportsPrefix(String providerPrefix,
String searchPrefix) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addVertexHopCriteria, contributesTo, getSearchProviderNamespace, getVertexRefsBy, query, removeVertexHopCriteria, supportsPrefix
public static final boolean supportsPrefix(String providerPrefix, String searchPrefix)
public void onFocusSearchResult(SearchResult searchResult, OperationContext operationContext)
SearchProvider
onFocusSearchResult
in interface SearchProvider
public void onDefocusSearchResult(SearchResult searchResult, OperationContext operationContext)
SearchProvider
onDefocusSearchResult
in interface SearchProvider
public void onCenterSearchResult(SearchResult searchResult, GraphContainer graphContainer)
SearchProvider
onCenterSearchResult
in interface SearchProvider
public void onToggleCollapse(SearchResult searchResult, GraphContainer graphContainer)
SearchProvider
onToggleCollapse
in interface SearchProvider
Copyright © 2021. All rights reserved.