|
Eclipse Platform Release 3.3 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
org.eclipse.search.ui.SearchResultEvent
org.eclipse.search.ui.text.FilterUpdateEvent
An event object describing that the filter state of the given matches
has been updated or
match filters
have been reconfigured.
Clients may instantiate or subclass this class.
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
FilterUpdateEvent(ISearchResult searchResult,
Match[] matches,
MatchFilter[] filters)
Constructs a new FilterUpdateEvent . |
Method Summary | |
---|---|
MatchFilter[] |
getActiveFilters()
Returns the the filters currently set, or null if filters have been disabled. |
Match[] |
getUpdatedMatches()
Returns the matches updated by the filter update. |
Methods inherited from class org.eclipse.search.ui.SearchResultEvent |
---|
getSearchResult |
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public FilterUpdateEvent(ISearchResult searchResult, Match[] matches, MatchFilter[] filters)
FilterUpdateEvent
.
searchResult
- the search result concernedmatches
- the matches updated by the filter changefilters
- the currently activated filtersMethod Detail |
public Match[] getUpdatedMatches()
public MatchFilter[] getActiveFilters()
null
if filters have been disabled.
|
Eclipse Platform Release 3.3 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2007. All rights reserved.