See: Description
Interface | Description |
---|---|
DataFrame<Row,Column,V> |
An indexed table structure, i.e.
|
DataFrameListener<R,C> |
The listener interface for receiving "interesting" events about a selection.
|
MutableDataFrame<R,C,V> |
Defines the requirements for a data frame that can change.
|
ReIndexedDataFrame.ReIndexRecipe<R,C> |
Class | Description |
---|---|
AbstractDataFrame<R,C,V> |
This class provides a skeletal implementation of the DataFrame interface to minimize the effort required to
implement this interface.
|
DataFrameEvent<R,C> |
An event that characterizes a change in a data frame.
|
DataFrameFactory |
Factory for supporting the most common ways of instantiating
DataFrame object. |
DataFrameHelper | Deprecated |
DataFrameStatistics | Deprecated |
DefaultDataFrame<V> |
A data frame with direct integer indexing on the rows and textual indexing on the columns.
|
FilterDataFrame<R,C,V> |
A row filterable data frame.
|
IndexedDataFrame<R,V> |
An indexed data frame.
|
ReIndexedDataFrame<R,C,V,X,Y> |
A reindexed data frame.
|
SelectionDataFrame<R,C,V> |
A row filterable data frame.
|
Copyright © 2014 Macrofocus GmbH. All Rights Reserved.