|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataSet | |
org.eclipse.birt.chart.computation | This is a placeholder file for the org.eclipse.birt.chart.computation package. |
org.eclipse.birt.chart.datafeed | Provides classes and interfaces that determine how a user's custom dataset needs to be interpreted. |
org.eclipse.birt.chart.internal.datafeed | |
org.eclipse.birt.chart.model.component | Represents a set of chart sub-components (as interfaces) that are used to build a complete chart. |
org.eclipse.birt.chart.model.component.impl | Represents a set of chart sub-components (as core implementations) that are used to build a complete chart. |
org.eclipse.birt.chart.model.data | Holds a set of interfaces that define the structure of the data source and typed data elements associated with a chart series. |
org.eclipse.birt.chart.model.data.impl | Holds a set of classes that define the structure of the data source and typed data elements associated with a chart series. |
org.eclipse.birt.chart.model.data.util | This is a placeholder file for the org.eclipse.birt.chart.model.data.util package. |
org.eclipse.birt.chart.script |
Uses of DataSet in org.eclipse.birt.chart.computation |
Constructors in org.eclipse.birt.chart.computation with parameters of type DataSet | |
DataSetIterator(DataSet ds)
|
Uses of DataSet in org.eclipse.birt.chart.datafeed |
Methods in org.eclipse.birt.chart.datafeed that return DataSet | |
DataSet |
DataSetAdapter.fromString(java.lang.String sDataSetRepresentation,
DataSet ds)
|
DataSet |
DataSetAdapter.populate(java.lang.Object oResultSetDef,
DataSet ds)
|
DataSet |
IDataSetProcessor.fromString(java.lang.String sDataSetRepresentation,
DataSet ds)
Attempts to parse a line of text representing multiple values of a specific data element type and updates an existing data set or creates a new data set filled with these values. |
DataSet |
IDataSetProcessor.populate(java.lang.Object oResultSetDef,
DataSet ds)
Populates a data set with data element values retrieved from a result set created as a result of query execution |
Methods in org.eclipse.birt.chart.datafeed with parameters of type DataSet | |
DataSet |
DataSetAdapter.fromString(java.lang.String sDataSetRepresentation,
DataSet ds)
|
DataSet |
DataSetAdapter.populate(java.lang.Object oResultSetDef,
DataSet ds)
|
java.lang.Object |
DataSetAdapter.getMinimum(DataSet ds)
|
java.lang.Object |
DataSetAdapter.getMaximum(DataSet ds)
|
DataSet |
IDataSetProcessor.fromString(java.lang.String sDataSetRepresentation,
DataSet ds)
Attempts to parse a line of text representing multiple values of a specific data element type and updates an existing data set or creates a new data set filled with these values. |
DataSet |
IDataSetProcessor.populate(java.lang.Object oResultSetDef,
DataSet ds)
Populates a data set with data element values retrieved from a result set created as a result of query execution |
java.lang.Object |
IDataSetProcessor.getMinimum(DataSet ds)
Causes implementation specific data set processor classes to compute the minimum value in a data set of a specific series type. |
java.lang.Object |
IDataSetProcessor.getMaximum(DataSet ds)
Causes implementation specific data set processor classes to compute the maximum value in a data set of a specific series type. |
Uses of DataSet in org.eclipse.birt.chart.internal.datafeed |
Methods in org.eclipse.birt.chart.internal.datafeed that return DataSet | |
DataSet[] |
UserDataSetProcessor.populate(java.lang.Object oResultSetDef)
Populates the trigger datasets from given data source. |
Uses of DataSet in org.eclipse.birt.chart.model.component |
Methods in org.eclipse.birt.chart.model.component that return DataSet | |
DataSet |
Series.getDataSet()
Returns the value dataSet. |
DataSet |
Series.getDataSet(java.lang.String userkey)
Returns the user dataSet. |
Methods in org.eclipse.birt.chart.model.component with parameters of type DataSet | |
void |
Series.setDataSet(DataSet dataSet)
Sets the value dataSet. |
void |
Series.setDataSet(java.lang.String userKey,
DataSet dataSet)
Sets the user dataSet. |
Uses of DataSet in org.eclipse.birt.chart.model.component.impl |
Methods in org.eclipse.birt.chart.model.component.impl that return DataSet | |
DataSet |
EStringToDataSetMapEntryImpl.getTypedValue()
|
DataSet |
SeriesImpl.getDataSet()
|
DataSet |
SeriesImpl.getDataSet(java.lang.String userkey)
|
Methods in org.eclipse.birt.chart.model.component.impl with parameters of type DataSet | |
org.eclipse.emf.common.notify.NotificationChain |
EStringToDataSetMapEntryImpl.basicSetTypedValue(DataSet newValue,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
void |
EStringToDataSetMapEntryImpl.setTypedValue(DataSet newValue)
|
void |
SeriesImpl.setDataSet(DataSet newDataSet)
|
void |
SeriesImpl.setDataSet(java.lang.String userKey,
DataSet newDataSet)
|
Uses of DataSet in org.eclipse.birt.chart.model.data |
Subinterfaces of DataSet in org.eclipse.birt.chart.model.data | |
interface |
BubbleDataSet
A representation of the model object 'Bubble Data Set'. |
interface |
DateTimeDataSet
A representation of the model object 'Date Time Data Set'. |
interface |
DifferenceDataSet
A representation of the model object 'Difference Data Set'. |
interface |
GanttDataSet
A representation of the model object 'Gantt Data Set'. |
interface |
NumberDataSet
A representation of the model object 'Number Data Set'. |
interface |
StockDataSet
A representation of the model object 'Stock Data Set'. |
interface |
TextDataSet
A representation of the model object 'Text Data Set'. |
Methods in org.eclipse.birt.chart.model.data that return DataSet | |
DataSet |
DataFactory.createDataSet()
Returns a new object of class 'Set'. |
Uses of DataSet in org.eclipse.birt.chart.model.data.impl |
Classes in org.eclipse.birt.chart.model.data.impl that implement DataSet | |
class |
BubbleDataSetImpl
An implementation of the model object 'Bubble Data Set'. |
class |
DataSetImpl
An implementation of the model object ' Set'. |
class |
DateTimeDataSetImpl
An implementation of the model object 'Date Time Data Set'. |
class |
DifferenceDataSetImpl
An implementation of the model object 'Difference Data Set'. |
class |
GanttDataSetImpl
An implementation of the model object 'Gantt Data Set'. |
class |
NumberDataSetImpl
An implementation of the model object 'Number Data Set'. |
class |
StockDataSetImpl
An implementation of the model object 'Stock Data Set'. |
class |
TextDataSetImpl
An implementation of the model object 'Text Data Set'. |
Methods in org.eclipse.birt.chart.model.data.impl that return DataSet | |
DataSet |
DataFactoryImpl.createDataSet()
|
Uses of DataSet in org.eclipse.birt.chart.model.data.util |
Methods in org.eclipse.birt.chart.model.data.util with parameters of type DataSet | |
java.lang.Object |
DataSwitch.caseDataSet(DataSet object)
Returns the result of interpretting the object as an instance of 'Set'. |
Uses of DataSet in org.eclipse.birt.chart.script |
Methods in org.eclipse.birt.chart.script with parameters of type DataSet | |
void |
IChartEventHandler.afterDataSetFilled(Series series,
DataSet dataSet,
IChartScriptContext icsc)
Called after populating the series dataset. |
void |
ChartEventHandlerAdapter.afterDataSetFilled(Series series,
DataSet dataSet,
IChartScriptContext icsc)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |