Copyright © 2011 Citra Technologies. All Rights Reserved.

com.citra.pivot.olap
Interface OlapRowAdapter

All Superinterfaces:
PivotConstants, PivotRowAdapter, TableModel, TreeTableModelAdapterIF

public interface OlapRowAdapter
extends PivotRowAdapter

OlapRowAdapter defines convenience methods for fetching the adapter's OlapTableModel.


Field Summary
 
Fields inherited from interface com.citra.treetable.TreeTableModelAdapterIF
TREE_PROPERTY, TREE_TABLE_MODEL_PROPERTY
 
Fields inherited from interface com.citra.pivot.PivotConstants
GRAND_TOTAL_TYPE, NORMAL_TYPE, SUBTOTAL_TYPE
 
Method Summary
 OlapRowAdapter getOlapAdapter(TreePath path)
          Returns the olap adapter at the specified tree path.
 OlapTableModel getOlapModel()
          Returns the olap table model.
 
Methods inherited from interface com.citra.pivot.PivotRowAdapter
getAdapter, getAdapterDepth, getPivotType, isIndependent
 
Methods inherited from interface com.citra.treetable.TreeTableModelAdapterIF
addPropertyChangeListener, getTree, getTreeTableModel, removePropertyChangeListener
 
Methods inherited from interface javax.swing.table.TableModel
addTableModelListener, getColumnClass, getColumnCount, getColumnName, getRowCount, getValueAt, isCellEditable, removeTableModelListener, setValueAt
 

Method Detail

getOlapAdapter

OlapRowAdapter getOlapAdapter(TreePath path)
Returns the olap adapter at the specified tree path.

Parameters:
path - the given path
Returns:
the olap adapter at that path

getOlapModel

OlapTableModel getOlapModel()
Returns the olap table model.

Returns:
the adapter's model as an OlapTableModel

Copyright © 2011 Citra Technologies. All Rights Reserved.