Interface | Description |
---|---|
DataListener |
Interface that can be implemented to listen for changes in data sources.
|
DataSource |
Interface for an immutable access to tabular data.
|
MutableDataSource |
Interface for write access to tabular data.
|
Class | Description |
---|---|
AbstractDataSource |
Abstract implementation of the
DataSource interface. |
Column |
Class for accessing a specific column of a data source.
|
DataAccessor |
Abstract base for reading substructures of a data source, i.e. columns or
rows.
|
DataChangeEvent |
Class that stores information on a change of a specific data value in a
data source.
|
DataSeries |
Class that represents a view on several columns of a
DataSource . |
DataTable |
An in-memory, random access implementation of a mutable data source using
arrays to store its values.
|
DummyData |
Class that represents a data source containing the same value in each cell.
|
EnumeratedData |
Class that creates a new data source which adds a leading column
containing the row number.
|
JdbcData |
Data source for database tables accessed through a JDBC connection.
|
Row |
Class for easily accessing a row of a data source.
|
RowSubset |
Abstract class that represents a view on several rows of a data source.
|
Copyright © 2009-2013. All Rights Reserved.