Uses of Interface
net.xoetrope.debug.DumpWriter

Packages that use DumpWriter
net.xoetrope.optional.data.collection   
net.xoetrope.optional.data.sql   
 

Uses of DumpWriter in net.xoetrope.optional.data.collection
 

Classes in net.xoetrope.optional.data.collection that implement DumpWriter
 class XCollectionTableModel
          A wrapper for a database table allowing it to integrate with the XModel The table model consists of a set of XRowModel objects and these in turn consist of DatabaseFieldModel nodes.
 

Uses of DumpWriter in net.xoetrope.optional.data.sql
 

Classes in net.xoetrope.optional.data.sql that implement DumpWriter
 class DatabaseTableModel
          A wrapper for a database table allowing it to integrate with the XModel The table model consists of a set of DatabaseRowModel objects and these in turn consist of DatabaseFieldModel nodes.