Interface | Description |
---|---|
IlvDataConverter |
Defines an interface for the object used to handle the conversion between a
given
Object type and a corresponding double representation. |
IlvDataReader |
Creates data sets from an input stream.
|
IlvDataSet |
The core interface for data sets.
|
IlvDataSetList |
Interface that specifies the methods to access an ordered collection of
IlvDataSet objects. |
IlvDataSource |
Represents a source of data sets.
|
Class | Description |
---|---|
IlvAbstractDataSet |
This abstract class provides default implementations for some of the methods
in the
IlvDataSet interface. |
IlvAbstractDataSource |
This abstract class provides default implementations for some of the methods
in the
IlvDataSource interface. |
IlvAbstractTableDataSource |
A data source that displays elements of a table.
|
IlvAbstractTableDataSource.Mapping |
A class used to define a data mapping from a table model
to a data source.
|
IlvCombinedDataSet |
Represents a data set expressed as a combination of other data sets.
|
IlvCyclicDataSet |
Implements a data set where values are stored in a fixed-size buffer.
|
IlvDataPoints |
Holds the values of several data points.
|
IlvDataSetPoint |
Represents a data point, referenced by its index within a
given data set.
|
IlvDataSetProperty |
A class that handles common data set properties.
|
IlvDateConverter |
A class that handles conversions between a
Date object
and a double value. |
IlvDefaultDataSet |
Default data set that accesses data stored in memory.
|
IlvDefaultDataSource |
A default data source implementation.
|
IlvDoubleConverter |
A class that handles conversions between a
Double object
and a double value. |
IlvFilterDataSet |
This class is a base class for data sets that encapsulate other
data sets.
|
IlvFunctionDataSet |
A data set implemented as a function call.
|
IlvInputDataSource |
A data source that loads data sets from an input source, using
a given data reader.
|
IlvJDBCDataSource |
A data source that loads data from a database.
|
IlvMovingAvgDataSet |
Implements a data set that computes the moving average of another data set.
|
IlvNumberConverter |
A class that handles conversions between a
java.lang.Number object
and a double value. |
IlvStringConverter |
A class that handles conversions between a
String object
and a double value. |
IlvSwingTableDataSource |
A data source that handles data stored in a
TableModel . |
IlvSwingTableDataSource.Mapping | Deprecated
Please use the superclass instead.
|
IlvTreeTableDataSource |
This class encapsulates a tree-table or table-like model in an
IlvDataSource . |
IlvXSortedDataSet |
This class encapsulates a data set and sorts its data points so that the
X values are in ascending order.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.