Copyright © 2011 Citra Technologies. All Rights Reserved.

Package com.citra.pivot.olap

Provides a PivotDataModel implementation for visualizing olap data.

See:
          Description

Interface Summary
DrillableOlapModel DrillableOlapModel is a model with drilling capabilities.
OlapColumnAdapter OlapColumnAdapter defines convenience methods for fetching the adapter's OlapTableModel.
OlapEdge OlapEdge is the object that is used by the default OlapTableModel implementation, DefaultOlapTableModel.
OlapFilter OlapFilter is used to filter out nodes of an OlapTableModel model from the view.
OlapProvider OlapProvider is responsible for providing the olap data model with the pivoted information.
OlapProviderListener OlapProviderListener is the listener that is notified whenever the pivoting edges (row and/or column headers), or filter area of an OlapProvider have changed.
OlapRowAdapter OlapRowAdapter defines convenience methods for fetching the adapter's OlapTableModel.
OlapTableModel OlapTableModel is the model that contains the olap information that is pivoted.
 

Class Summary
DefaultOlapEdge DefaultOlapEdge is the default implementation of an OlapEdge.
DefaultOlapProvider DefaultOlapProvider is the default OlapProvider implementation.
DefaultOlapStyleModel DefaultOlapStyleModel is a PivotStyleModel that allows different styles depending on OlapCells.
DefaultOlapTableModel DefaultOlapTableModel is the default model for creating a tree structure of an olap hierarchy.
OlapCellRenderer OlapCellRenderer is the default renderer for the data cells of an olap pivot table.
OlapDataModel OlapDataModel is the default olap data model to use for connecting to olap datasources.
OlapDefinition OlapDefinition keeps hold of pivoting information for a cube.
OlapPivotTable OlapPivotTable is a PivotTable subclass that further configures a PivotTable.
OlapPivotUtils OlapPivotUtils is a collection of static utility methods for retrieving members, hierarchies and dimensions from an OlapPivotTable.
OlapRootMember OlapRootMember is a special member which is defined as a hierarchy's root.
OlapSort OlapSort contains information about a sorting operation on a cube.
OlapTopBottom OlapTopBottom contains information about a top/bottom operation on a cube.
OlapUtils OlapUtils is a collection of utility static methods for searching within schemas and selecting members from a DataSource.
 

Package com.citra.pivot.olap Description

Provides a PivotDataModel implementation for visualizing olap data.


Copyright © 2011 Citra Technologies. All Rights Reserved.