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 Matches are removed from an SearchResult
See Also:
  • Constructor Details

    • Remove

      public Remove(SearchResult searchResult, Match... matches)
      Constructs a instance of SearchResultEvents.Remove
      Parameters:
      searchResult - the search result concerned, cannot be null
      matches - the reason of event sending, cannot be null
    • Remove

      public Remove(SearchResult searchResult, Collection<Match> matches)
      Constructs a instance of SearchResultEvents.Remove
      Parameters:
      searchResult - the search result concerned, cannot be null
      matches - the reason of event sending, cannot be null
  • Method Details

    • getMatches

      public Match[] getMatches()
      Gets contain matches
      Returns:
      array of matches, cannot be null