1 /*2 * EJTools, the Enterprise Java Tools3 *4 * Distributable under LGPL license.5 * See terms of license at www.gnu.org.6 */7 package org.ejtools.adwt.util;8 9 import javax.swing.tree.TreeModel ;10 11 /**12 * Description of the Interface13 *14 * @author Laurent Etiemble15 * @version $Revision: 1.2 $16 */17 public interface SearchableTreeModel extends TreeModel , ObjectSearcher18 {19 }20