Uses of Class
com.sun.data.provider.impl.AbstractDataProvider

Packages that use AbstractDataProvider
com.sun.data.provider.impl Concrete DataProvider implementations and base classes. 
 

Uses of AbstractDataProvider in com.sun.data.provider.impl
 

Subclasses of AbstractDataProvider in com.sun.data.provider.impl
 class AbstractTableDataProvider
          Abstract base implementation of TableDataProvider.
 class BasicTransactionalDataProvider
           
 class BasicTransactionalTableDataProvider
           
 class CachedRowSetDataProvider
          TableDataProvider implementation that wraps a CachedRowSet.
 class FilteredTableDataProvider
          Specialized TableDataProvider that is filtered by a specified TableDataFilter.
 class ListDataProvider
          This TableDataProvider implementation wraps the contents of a List.
 class MapDataProvider
          This DataProvider wraps access to a standard Map.
 class ObjectArrayDataProvider
          This TableDataProvider wraps access to an array of Java Objects.
 class ObjectDataProvider
          This DataProvider wraps access to a single Java Object.
 class ObjectListDataProvider
          This TableDataProvider wraps access to a list of Java Objects.
 class TableRowDataProvider
          The TableRowDataProvider class provides a single-row DataProvider view of a TableDataProvider.