Copyright © 2011 Citra Technologies. All Rights Reserved.

com.citra.pivot.olap
Interface OlapColumnAdapter

All Superinterfaces:
PivotColumnAdapter, PivotConstants, TableColumnModel, TreeTableColumnModelAdapter

public interface OlapColumnAdapter
extends PivotColumnAdapter

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


Field Summary
 
Fields inherited from interface com.citra.table.group.TreeTableColumnModelAdapter
TREE_PROPERTY, TREE_TABLE_COLUMN_MODEL_PROPERTY
 
Fields inherited from interface com.citra.pivot.PivotConstants
GRAND_TOTAL_TYPE, NORMAL_TYPE, SUBTOTAL_TYPE
 
Method Summary
 OlapColumnAdapter 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.PivotColumnAdapter
addColumnInvalidatorListener, getAdapter, getAdapterDepth, getPivotType, removeColumnInvalidatorListener
 
Methods inherited from interface com.citra.table.group.TreeTableColumnModelAdapter
addPropertyChangeListener, getTree, getTreeTableColumnModel, removePropertyChangeListener
 
Methods inherited from interface javax.swing.table.TableColumnModel
addColumn, addColumnModelListener, getColumn, getColumnCount, getColumnIndex, getColumnIndexAtX, getColumnMargin, getColumns, getColumnSelectionAllowed, getSelectedColumnCount, getSelectedColumns, getSelectionModel, getTotalColumnWidth, moveColumn, removeColumn, removeColumnModelListener, setColumnMargin, setColumnSelectionAllowed, setSelectionModel
 

Method Detail

getOlapAdapter

OlapColumnAdapter 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.