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 | Method and Description |
---|---|
DataFrame<MultiKey,String,Object> |
QueryDataFrame.reindexRows(String... columns) |
Modifier and Type | Method and Description |
---|---|
DataFrame<MultiKey,C,V> |
AbstractDataFrame.reindexRows(C... columns) |
DataFrame<MultiKey,Column,V> |
DataFrame.reindexRows(Column... columns)
Returns a new data frame reindexed using the values coming from the specified columns.
|
DataFrame<MultiKey,Object,V> |
IndexedDataFrame.reindexRows(Object... columns) |
DataFrame<MultiKey,String,V> |
DefaultDataFrame.reindexRows(String... columns) |
Modifier and Type | Method and Description |
---|---|
DataFrame<MultiKey,String,Object> |
TableModelDataFrame.reindexRows(String... columns) |
Copyright © 2014 Macrofocus GmbH. All Rights Reserved.