KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > netbeans > modules > piagetproject > treestructure > PiagetTreeNode


1 /*
2  * PiagetTreeNode.java
3  *
4  * Created on July 18, 2005, 11:39 AM
5  *
6  * To change this template, choose Tools | Options and locate the template under
7  * the Source Creation and Management node. Right-click the template and choose
8  * Open. You can then make changes to the template in the Source Editor.
9  */

10
11 package org.netbeans.modules.piagetproject.treestructure;
12
13 /**
14  *
15  * @author loicsegapelli
16  */

17 public interface PiagetTreeNode {
18     public Info [] getInfos();
19 }
20
Popular Tags