org.eclipse.rse.subsystems.files.dstore.old
Class UniversalSearchResultConfigurationImpl
java.lang.Object
org.eclipse.rse.subsystems.files.core.subsystems.RemoteSearchResultConfiguration
org.eclipse.rse.subsystems.files.dstore.old.UniversalSearchResultConfigurationImpl
- All Implemented Interfaces:
- IHostSearchConstants, IHostSearchResultConfiguration
- public class UniversalSearchResultConfigurationImpl
- extends RemoteSearchResultConfiguration
|
Field Summary |
protected org.eclipse.dstore.core.model.DataElement |
statusObject
|
| Methods inherited from class org.eclipse.rse.subsystems.files.core.subsystems.RemoteSearchResultConfiguration |
addResult, addResults, dispose, getContainedResults, getParentResultSet, getResults, getResultsSize, getSearchHandler, getSearchString, getSearchTarget, getStatus, removeAndAddResult, removeResult, removeResults, setParentResultSet, setSearchHandler, setSearchString, setSearchTarget, setStatus |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
statusObject
protected org.eclipse.dstore.core.model.DataElement statusObject
UniversalSearchResultConfigurationImpl
public UniversalSearchResultConfigurationImpl(IHostSearchResultSet resultSet,
Object searchObject,
SystemSearchString string)
- Constructor to create a universal search result configuration.
- Parameters:
resultSet - the parent result set.searchObject - the search target.string - the search string.
setStatusObject
public void setStatusObject(org.eclipse.dstore.core.model.DataElement statusObject)
getStatusObject
public org.eclipse.dstore.core.model.DataElement getStatusObject()
cancel
public void cancel()
- Description copied from class:
RemoteSearchResultConfiguration
- Does nothing.
- Specified by:
cancel in interface IHostSearchResultConfiguration- Overrides:
cancel in class RemoteSearchResultConfiguration
- See Also:
IHostSearchResultConfiguration.cancel()
Copyright (c) IBM Corporation and others 2000, 2006. All Rights Reserved.