Package org.objectweb.telosys.common.data

Interface Summary
DataSetProvider  
ListItemProvider  
 

Class Summary
ApplicationDataHolder Static data providers holder, used to store application scope data
Different kinds of data providers can be hold :
'DataSetProvider' objects 'ListItemProvider' objects 'MenuItemProvider' objects
DataRow This class is a row composed of 1 to N cells of data
Each cell is indexed from 1 to N.
DataRowComparer Standard comparer for DataRow ( Comparator implementation )
DataSet  
DataSetIterator  
DataSetWriter  
MemDataSet Memory DataSet
Special DataSet designed to be loaded from memory, using a Collection of arrays of objects
Use the "load(Object)" method to initialize the DataSet with a collection
( for example a LinkedList of Object[] )
TreeNode  
TreeNodeList  
UpdatableDataSet