|
||||||||||
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.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.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)
|
Constructor parameters in org.eclipse.birt.chart.computation with type arguments of type DataSet | |
---|---|
UserDataSetHints(org.eclipse.emf.common.util.EMap<java.lang.String,DataSet> allSeriesDataSets)
The constructor. |
|
UserDataSetHints(org.eclipse.emf.common.util.EMap<java.lang.String,DataSet> allSeriesDataSets,
boolean bReverse)
The constructor. |
Uses of DataSet in org.eclipse.birt.chart.datafeed |
---|
Methods in org.eclipse.birt.chart.datafeed that return DataSet | |
---|---|
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 |
DataSetAdapter.fromString(java.lang.String sDataSetRepresentation,
DataSet ds)
|
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 |
DataSet |
DataSetAdapter.populate(java.lang.Object oResultSetDef,
DataSet ds)
|
Methods in org.eclipse.birt.chart.datafeed with parameters of type DataSet | |
---|---|
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 |
DataSetAdapter.fromString(java.lang.String sDataSetRepresentation,
DataSet ds)
|
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. |
java.lang.Object |
DataSetAdapter.getMaximum(DataSet ds)
|
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 |
DataSetAdapter.getMinimum(DataSet ds)
|
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 |
DataSet |
DataSetAdapter.populate(java.lang.Object oResultSetDef,
DataSet ds)
|
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 that return types with arguments of type DataSet | |
---|---|
org.eclipse.emf.common.util.EMap<java.lang.String,DataSet> |
Series.getDataSets()
Returns the value of the 'Data Sets' map. |
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 |
SeriesImpl.getDataSet()
|
DataSet |
SeriesImpl.getDataSet(java.lang.String userkey)
|
DataSet |
EStringToDataSetMapEntryImpl.getTypedValue()
|
DataSet |
EStringToDataSetMapEntryImpl.getValue()
|
DataSet |
EStringToDataSetMapEntryImpl.setValue(DataSet value)
|
Methods in org.eclipse.birt.chart.model.component.impl that return types with arguments of type DataSet | |
---|---|
java.util.Map.Entry<java.lang.String,DataSet> |
ComponentFactoryImpl.createEStringToDataSetMapEntry()
|
org.eclipse.emf.common.util.EMap<java.lang.String,DataSet> |
SeriesImpl.getDataSets()
|
org.eclipse.emf.common.util.EMap<java.lang.String,DataSet> |
EStringToDataSetMapEntryImpl.getEMap()
|
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 |
SeriesImpl.setDataSet(DataSet newDataSet)
|
void |
SeriesImpl.setDataSet(java.lang.String userKey,
DataSet newDataSet)
|
void |
EStringToDataSetMapEntryImpl.setTypedValue(DataSet newValue)
|
DataSet |
EStringToDataSetMapEntryImpl.setValue(DataSet value)
|
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 |
NullDataSet
A representation of the model object 'Null 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 |
DataSet.copyInstance()
|
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 |
NullDataSetImpl
An implementation of the model object 'Null 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 |
DataSetImpl.copyInstance()
|
DataSet |
DataFactoryImpl.createDataSet()
|
Uses of DataSet in org.eclipse.birt.chart.script |
---|
Methods in org.eclipse.birt.chart.script with parameters of type DataSet | |
---|---|
void |
ChartEventHandlerAdapter.afterDataSetFilled(Series series,
DataSet dataSet,
IChartScriptContext icsc)
|
void |
IChartEventHandler.afterDataSetFilled(Series series,
DataSet dataSet,
IChartScriptContext icsc)
Called after populating the series dataset. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |