com.ibm.etools.systems.localfilesubsys.impl
Class LocalSearchResultConfigurationImpl
java.lang.Object
com.ibm.etools.systems.subsystems.impl.RemoteSearchResultConfigurationImpl
com.ibm.etools.systems.localfilesubsys.impl.LocalSearchResultConfigurationImpl
- All Implemented Interfaces:
- IRemoteSearchConstants, IRemoteSearchResultConfiguration
- public class LocalSearchResultConfigurationImpl
- extends RemoteSearchResultConfigurationImpl
Methods inherited from class com.ibm.etools.systems.subsystems.impl.RemoteSearchResultConfigurationImpl |
addResult, dispose, getParentResultSet, getResults, getResultsSize, getSearchString, getSearchTarget, getStatus, removeAndAddResult, removeResult, removeResults, setParentResultSet, setSearchString, setSearchTarget, setStatus |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
searchHandler
protected LocalSearchHandler searchHandler
LocalSearchResultConfigurationImpl
public LocalSearchResultConfigurationImpl(IRemoteSearchResultSet resultSet,
Object searchObject,
SystemSearchString string)
- Constructor to create a local search result configuration.
- Parameters:
resultSet
- the parent result set.searchObject
- the search target.string
- the search string.
setSearchHandler
public void setSearchHandler(LocalSearchHandler searchHandler)
- Sets the search handler.
- Parameters:
searchHandler
- the search handler.
getSearchHandler
public LocalSearchHandler getSearchHandler()
- Gets the search handler.
- Returns:
- the search handler.
cancel
public void cancel()
- Description copied from class:
RemoteSearchResultConfigurationImpl
- Does nothing.
- Specified by:
cancel
in interface IRemoteSearchResultConfiguration
- Overrides:
cancel
in class RemoteSearchResultConfigurationImpl
- See Also:
IRemoteSearchResultConfiguration.cancel()
Copyright © 2005 IBM Corp. All Rights Reserved.
Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.