Package | Description |
---|---|
org.eclipse.search.ui.text |
Provides the base classes to implement a search result view part for searches with textual matches.
|
Modifier and Type | Method and Description |
---|---|
MatchFilter[] |
FilterUpdateEvent.getActiveFilters()
Returns the the filters currently set, or
null if filters have been disabled. |
MatchFilter[] |
AbstractTextSearchResult.getActiveMatchFilters()
Returns the active match filters for this result.
|
MatchFilter[] |
AbstractTextSearchResult.getAllMatchFilters()
Returns all applicable filters for this result or null if match filters are not supported.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractTextSearchResult.setActiveMatchFilters(MatchFilter[] filters)
Sets the active match filters for this result.
|
Constructor and Description |
---|
FilterUpdateEvent(ISearchResult searchResult,
Match[] matches,
MatchFilter[] filters)
Constructs a new
FilterUpdateEvent . |
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.