Uses of Class
org.egothor.core.memory.FTField

Packages that use FTField
org.egothor.core.memory This package contains an implementation of barrels in memory. 
org.egothor.html This package contains a specific implementation of core objects for HTML with "home" and "content" support. 
 

Uses of FTField in org.egothor.core.memory
 

Methods in org.egothor.core.memory with parameters of type FTField
 void FTField.addField(java.lang.String name, FTField child)
           
 void Document.initialize(DocumentData meta, FTField root)
          Initializator for the Document object.
 

Uses of FTField in org.egothor.html
 

Subclasses of FTField in org.egothor.html
 class HTMLField
          HTMLField.java Created on August 23, 2005, 2:39 PM