KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > openedit > store > LinkedFileLoader


1 /*
2  * Created on Dec 31, 2004
3  */

4 package com.openedit.store;
5
6 import org.openedit.links.LinkTree;
7
8 /**
9  * @author cburkey
10  *
11  */

12 public class LinkedFileLoader
13 {
14     protected LinkTree fieldLinkTree;
15     
16 }
17
Popular Tags