Package | Description |
---|---|
com.macrofocus.molap.aggregates.query |
Provides the necessary classes and interfaces for performing queries.
|
com.macrofocus.molap.dataframe |
Provides the necessary classes and interfaces for dealing with indexed table structures.
|
com.macrofocus.molap.dataframe.swing |
Provides the necessary classes and interfaces for interfacing with Swing data models.
|
Modifier and Type | Class and Description |
---|---|
class |
QueryDataFrame<C> |
Modifier and Type | Class and Description |
---|---|
class |
DefaultDataFrame<V>
A data frame with direct integer indexing on the rows and textual indexing on the columns.
|
class |
FilterDataFrame<R,C,V>
A row filterable data frame.
|
class |
IndexedDataFrame<R,V>
An indexed data frame.
|
class |
ReIndexedDataFrame<R,C,V,X,Y>
A reindexed data frame.
|
class |
SelectionDataFrame<R,C,V>
A row filterable data frame.
|
Constructor and Description |
---|
SelectionDataFrame(AbstractDataFrame<R,C,V> dataFrame,
<any> filter) |
Modifier and Type | Class and Description |
---|---|
class |
TableModelDataFrame
Converts a TableModel into a DataFrame.
|
Copyright © 2014 Macrofocus GmbH. All Rights Reserved.