org.ejtools.adwt.util
Interface ObjectSearcher

All Known Subinterfaces:
SearchableTreeModel
All Known Implementing Classes:
BeanContextTree, BeanContextTreeModel, BeanContextTreePanel

public interface ObjectSearcher

Version:
$Revision: 1.2 $
Author:
Laurent Etiemble

Method Summary
 java.lang.Object find(java.lang.Object o)
          Description of the Method
 void setIndexer(ObjectIndexer indexer)
          Sets the indexer attribute of the ObjectSearcher object
 

Method Detail

find

public java.lang.Object find(java.lang.Object o)
Description of the Method

Parameters:
o - Description of the Parameter
Returns:
Description of the Return Value

setIndexer

public void setIndexer(ObjectIndexer indexer)
Sets the indexer attribute of the ObjectSearcher object

Parameters:
indexer - The new indexer value


Copyright © 2002-2003 EJTools Org.. All Rights Reserved.