Copyright © 2011 Citra Technologies. All Rights Reserved.

Package com.citra.pivot

Contains classes and interfaces for displaying a pivot table in Swing.

See:
          Description

Interface Summary
PivotColumnAdapter PivotColumnAdapter is a TreeTableColumnModelAdapter subclass that defines another adapter at each node of its tree-like structure.
PivotColumnHeaderRenderer PivotColumnHeaderRenderer is the renderer for the cells of the column header.
PivotConstants PivotConstants defines constants for the type of cells of a PivotTable.
PivotDataModel PivotDataModel defines methods for retrieving the data values of a pivoted model.
PivotDataModelListener PivotDataModelListener is the listener that is notified whenever the data or the edges (row and/or column headers) have changed.
PivotRowAdapter PivotRowAdapter is a TreeTableModelAdapter subclass that defines another adapter at each node of its tree-like structure.
PivotRowHeaderRenderer PivotRowHeaderRenderer is the renderer for a PivotTable's row header cells.
PivotStyleModel PivotStyleModel visually modifies a component in the row, header or data area of a pivot table.
PivotTableModel PivotTableModel is PivotTable's data model.
 

Class Summary
AbstractPivotDataModel AbstractPivotDataModel is an abstract subclass of PivotDataModel that has methods for adding, removing and notifying pivot data model listeners.
DefaultPivotColumnAdapter The default PivotColumnAdapter implementation.
DefaultPivotColumnHeaderRenderer DefaultPivotColumnHeaderRenderer is the default renderer implementation of pivot table's column area.
DefaultPivotDataModel DefaultPivotDataModel is the default implementation of a PivotDataModel.
DefaultPivotRowAdapter The default PivotRowAdapter implementation.
DefaultPivotRowHeaderRenderer DefaultPivotRowHeaderRenderer is the default PivotRowHeaderRenderer implementation.
DefaultPivotStyleModel DefaultPivotStyleModel is the default PivotStyleModel implementation that uses a PivotStyle to modify the table's cells.
DefaultPivotTableModel DefaultPivotTableModel is the default PivotTableModel implementation.
PivotResourceManager PivotResourceManager is used to add internationalization support.
PivotStyle PivotStyle represents a visual modification that can be applied to a component.
PivotTable PivotTable is a JTable subclass able to display data pivoted in two edges, row and column.
PivotTableHeader PivotTableHeader is PivotTable's accompanying table header.
PivotUtils PivotUtils is a collection of utility methods for PivotRowAdapters and PivotColumnAdapters.
 

Package com.citra.pivot Description

Contains classes and interfaces for displaying a pivot table in Swing.


Copyright © 2011 Citra Technologies. All Rights Reserved.