public interface ISearchContentProvider
extends org.eclipse.jface.viewers.IStructuredContentProvider
AbstractSearchResultPage
.Modifier and Type | Method and Description |
---|---|
void |
clear()
Notifies that all elements have been removed from the displayed
search result.
|
void |
elementsChanged(java.lang.Object[] elements)
Notifies that the set of matches for the given elements has changed.
|
void elementsChanged(java.lang.Object[] elements)
This method is guaranteed to be called in the UI thread. Note that this notification is asynchronous, i.e., further changes may have occurred by the time this method is called. They will be described in a future call.
elements
- never null
void clear()
This method is guaranteed to be called in the UI thread. Note that this notification is asynchronous, i.e., further changes may have occurred by the time this method is called. They will be described in a future call.
Copyright (c) 2014, 2020 1C-Soft LLC and others. Made available under the Eclipse Public License 2.0