Class SearchResultEvents.Remove
java.lang.Object
java.util.EventObject
org.eclipse.search.ui.SearchResultEvent
com._1c.g5.v8.dt.internal.search.ui.SearchResultEvents.Remove
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- SearchResultEvents
public static class SearchResultEvents.Remove
extends org.eclipse.search.ui.SearchResultEvent
An event object describing removal of matches.
Events of this class are sent when
Match
es are removed from an SearchResult
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorsConstructorDescriptionRemove
(SearchResult searchResult, Match... matches) Constructs a instance ofSearchResultEvents.Remove
Remove
(SearchResult searchResult, Collection<Match> matches) Constructs a instance ofSearchResultEvents.Remove
-
Method Summary
Methods inherited from class org.eclipse.search.ui.SearchResultEvent
getSearchResult
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
Remove
Constructs a instance ofSearchResultEvents.Remove
- Parameters:
searchResult
- the search result concerned, cannot benull
matches
- the reason of event sending, cannot benull
-
Remove
Constructs a instance ofSearchResultEvents.Remove
- Parameters:
searchResult
- the search result concerned, cannot benull
matches
- the reason of event sending, cannot benull
-
-
Method Details
-
getMatches
Gets contain matches- Returns:
- array of matches, cannot be
null
-