KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > ejtools > adwt > util > SearchableTreeModel


1 /*
2  * EJTools, the Enterprise Java Tools
3  *
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 JavaDoc;
10
11 /**
12  * Description of the Interface
13  *
14  * @author Laurent Etiemble
15  * @version $Revision: 1.2 $
16  */

17 public interface SearchableTreeModel extends TreeModel JavaDoc, ObjectSearcher
18 {
19 }
20
Popular Tags