Package com.macrofocus.details
Class DetailsDataFrame<N,R,C,V,Color,Font>
- java.lang.Object
-
- com.macrofocus.molap.dataframe.AbstractDataFrame<C,java.lang.String,java.lang.Object>
-
- com.macrofocus.details.DetailsDataFrame<N,R,C,V,Color,Font>
-
- All Implemented Interfaces:
com.macrofocus.molap.dataframe.DataFrame<C,java.lang.String,java.lang.Object>
public class DetailsDataFrame<N,R,C,V,Color,Font> extends com.macrofocus.molap.dataframe.AbstractDataFrame<C,java.lang.String,java.lang.Object>
-
-
Constructor Summary
Constructors Constructor Description DetailsDataFrame(TreeMapModel<N,R,C,Color,Font> model)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ClassgetColumnClass(java.lang.String s)com.macrofocus.molap.index.UniqueIndex<java.lang.String>getColumnIndex()com.macrofocus.molap.series.Series<java.lang.String,?>getRow(C c)java.lang.ClassgetRowClass(C c)com.macrofocus.molap.index.UniqueIndex<C>getRowIndex()java.lang.ObjectgetValueAt(C c, java.lang.String s)com.macrofocus.molap.dataframe.DataFramejoin(com.macrofocus.molap.series.Series series, java.lang.String[] strings)protected voidscheduleUpdate()protected voidupdateImmediatelly()-
Methods inherited from class com.macrofocus.molap.dataframe.AbstractDataFrame
addDataFrameListener, addWeakDataFrameListener, aggregate, aggregate, append, appendAndReindex, benchmark, columns, filter, getCentroid, getColumn, getColumnAddress, getColumnCount, getColumnKey, getColumnName, getConstant, getCount, getCountDistinct, getCountDistinctWithNull, getCube, getDataFrameAggregation, getDistributiveStatistics, getFirst, getFirstQuartile, getMax, getMean, getMedian, getMin, getRandom, getRowAddress, getRowCount, getRowKey, getStatistics, getStdDev, getSum, getThirdQuartile, getUnivariateStatistics, getVariance, getVarianceByPopulation, getWeightedMean, getWeightedSum, notifyDataFrameChanged, orderRows, print, print, printSchema, reindexColumns, reindexRows, reindexRows, reindexRows, reindexRows, reindexRows, remapColumns, removeColumns, removeDataFrameListener, removeDataFrameListeners, removeDuplicates, rows
-
-
-
-
Method Detail
-
getRowClass
public java.lang.Class getRowClass(C c)
-
getColumnClass
public java.lang.Class getColumnClass(java.lang.String s)
-
getValueAt
public java.lang.Object getValueAt(C c, java.lang.String s)
-
getRow
public com.macrofocus.molap.series.Series<java.lang.String,?> getRow(C c)
-
getRowIndex
public com.macrofocus.molap.index.UniqueIndex<C> getRowIndex()
-
getColumnIndex
public com.macrofocus.molap.index.UniqueIndex<java.lang.String> getColumnIndex()
-
join
public com.macrofocus.molap.dataframe.DataFrame join(com.macrofocus.molap.series.Series series, java.lang.String[] strings)
-
scheduleUpdate
protected void scheduleUpdate()
-
updateImmediatelly
protected void updateImmediatelly()
-
-