Converting between two different data providers

Does anyone know how to put data from one type of data provider (ObjectListDataProvider) into another, say (TableDataProvider)? I guess my issue is that I do not understand the structure of these data providers that well. I have read some articles, but an example would help me more.

thanks.

[304 byte] By [RonLa] at [2007-11-27 2:10:46]
# 1
Hi!You also can use ObjectListDataProvider for Table. Or You just want to understand what it is dataprovider.Thanks,Roman.
-Grif-a at 2007-7-12 2:03:18 > top of Java-index,Development Tools,Java Tools...
# 2

I am currently filling a table using the ObjectListProvider, but I using the SourceForge-JSC Charting facility and their tutorial uses the TableDataProvider and the CachedRowSet. So I was wandering if I can get my data out of the ObjectListProvider into the TableDataProvider so that the graphs will work.This may help, but what I really want is some good documentation on how to use the SourceForge-JSC Charting facility, but this does not seem to exist.

Thank,

RonLa at 2007-7-12 2:03:18 > top of Java-index,Development Tools,Java Tools...