Uses of Class
com.ricebridge.xmlman.RecordProviderSupport

Packages that use RecordProviderSupport
com.ricebridge.xmlman   
com.ricebridge.xmlman.test   
 

Uses of RecordProviderSupport in com.ricebridge.xmlman
 

Subclasses of RecordProviderSupport in com.ricebridge.xmlman
 class BeanRecordProvider
          Simple implementation of RecordProvider that provides data records for saving a List of Java Beans.
 class ResultSetRecordProvider
          An implementation of RecordProvider that provides data records for saving from a ResultSet object.
 class StringArrayRecordProvider
          Simple implementation of RecordProvider that provides data records for saving from a List of String[] arrays.
 class StringListRecordProvider
          Implementation of RecordProvider that provides data records for saving from a List of Lists of Strings.
 class TableModelRecordProvider
          An implementation of RecordProvider that provides data records for saving from a TableModel object.
 

Uses of RecordProviderSupport in com.ricebridge.xmlman.test
 

Subclasses of RecordProviderSupport in com.ricebridge.xmlman.test
static class BackgroundTest.DelayedStringArrayRecordProvider
           
static class BackgroundTest.DelayedStringListRecordProvider
           
 class CallSequenceTest.SequenceRecordProvider
           
static class PerformanceTestFileMaker.RandomValueRecordProvider
          Provides random values as data for saving.
static class SaveRecordProviderTest.SimpleRecordProvider
           
 



Copyright © 2004-2005 Ricebridge