|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use DataSource | |
| com.davisor.data.stream | This package extends the data framework package with tools for working with data streams and buffers containing data framework data objects and arbitrary data objects. |
| com.davisor.graphics.chart | This package defines a powerful dynamic graphical chart generation and data visualization framework. |
| Uses of DataSource in com.davisor.data.stream |
| Subinterfaces of DataSource in com.davisor.data.stream | |
interface |
DataBuffer
DataBuffer defines an interface for data sources that can provide full random access to the elements they contain. |
| Classes in com.davisor.data.stream that implement DataSource | |
class |
CollectionDataSource
CollectionDataSource represents a data source that uses a standard Java collection to implement a source of DataValue elements. |
class |
IndirectDataBuffer
IndirectDataBuffer is an abstract base class for DataBuffers which are implemented on top of other DataBuffers. |
class |
JoinedDataBuffer
A JoinedDataBuffer makes a data buffer out of several parallel buffers. |
class |
LazyListDataBuffer
LazyListDataBuffer implements a delayed initialization list data buffer. |
class |
ListDataBuffer
ListDataBuffer represents a data buffer that uses a standard Java list to implement a buffer of DataValue elements. |
class |
ProxyDataBuffer
ProxyDataBuffer provides a single column view to a multi column buffer. |
class |
ReversedDataBuffer
ReversedDataBuffer implements a reversed view to the underlying data buffer. |
class |
SimpleDataBuffer
SimpleDataBuffer is a DataBuffer implementation for single DataValues. |
class |
StreamDataSource
A StreamDataSource makes a reuseable data source out of a data stream that can be read only once. |
| Fields in com.davisor.data.stream declared as DataSource | |
protected DataSource |
LazyListDataBuffer.M_dataSource
Data buffer data source. |
| Constructors in com.davisor.data.stream with parameters of type DataSource | |
LazyListDataBuffer(DataSource dataSource)
Creates a new delayed initialization list data buffer. |
|
| Uses of DataSource in com.davisor.graphics.chart |
| Classes in com.davisor.graphics.chart that implement DataSource | |
class |
ChartData
Chart data. |
class |
ChartXMLDataBuffer
ChartXMLDataBuffer implements a SAX document handler that can read and combine chart data from a XML document and an external data source. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||