org.eclipse.birt.chart.internal.datafeed
Class UserDataSetProcessor

java.lang.Object
  extended byorg.eclipse.birt.chart.internal.datafeed.UserDataSetProcessor

public class UserDataSetProcessor
extends java.lang.Object

An internal processor which populates the user datasets.


Constructor Summary
UserDataSetProcessor()
           
 
Method Summary
 DataSet[] populate(java.lang.Object oResultSetDef)
          Populates the trigger datasets from given data source.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserDataSetProcessor

public UserDataSetProcessor()
Method Detail

populate

public DataSet[] populate(java.lang.Object oResultSetDef)
                   throws ChartException
Populates the trigger datasets from given data source. Only Text data is supported now.

Parameters:
oResultSetDef -
Throws:
ChartException


Copyright © 2005-2007 Actuate Corp. All rights reserved.