| org.netbeans.modules.search.SpecialSearchGroup
SpecialSearchGroup | final class SpecialSearchGroup extends DataObjectSearchGroup (Code) | | author: Marian Petras |
hasExtraSearchTypes | final boolean hasExtraSearchTypes(Code) | | |
doSearch | public void doSearch()(Code) | | |
processSearchObject | protected void processSearchObject(Object searchObject)(Code) | | Provides search on one search object instance. The object is added to
set of searched objects and passed to all search types encapsulated by
this search group. In the case the object passes all search types is added
to the result set and fired an event PROP_FOUND about successful
match to interested property change listeners.
Parameters: searchObject - object to provide actuall test on it. The actual instancehas to be of type returned by all SearchKey.getSearchObjectType returned by SearchType of this SearchGroup |
|
|