| Name | Description | Type | Package | Framework |
| AbstractPivotEditingProvider | Abstract implementation for PivotEditingProvider. | Class | com.jidesoft.pivot | JideSoft |
|
| AggregateColumnsEditor | This class is not ready for public usage yet. | Class | com.jidesoft.pivot | JideSoft |
|
| AggregateTable | AggregateTable provides a way to aggregate a table model with duplicated values using a TreeTable-like expandable cells and cell spans. | Class | com.jidesoft.pivot | JideSoft |
|
| AggregateTable .PopupMenuCustomizer | Popup menu customizer interface without row index and column index as input. | Interface | com.jidesoft.pivot | JideSoft |
|
| AggregateTable .TablePopupMenuCustomizer | Popup menu customizer interface with row index and column index as input. | Interface | com.jidesoft.pivot | JideSoft |
|
| AggregateTableColumnChooserDialog | AggregateTableColumnChooserDialog is a dialog to allow user to select the columns to be displayed in a JTable using aSee Also:Serialized Form | Class | com.jidesoft.pivot | JideSoft |
|
| AggregateTableColumnChooserPopupMenuCustomizer | A AggregateTableColumnChooserPopupMenuCustomizer to add menu items related to show or hide the columns to a popup menu just for AggregateTable and AggregateTablePane. | Class | com.jidesoft.pivot | JideSoft |
|
| AggregateTableHeader | The AggregateTableHeader allows the user to (un)aggregate columns by dragging them with the mouse. | Class | com.jidesoft.pivot | JideSoft |
|
| AggregateTableModel | AggregateTableModel takes any table models and aggregates the same values on the aggregated columns and add expand/collapse icon or cell span to the cell on these aggregated rows. | Class | com.jidesoft.pivot | JideSoft |
|
| AggregateTablePane | A TableScrollPane which uses AggregateTable as the row header table to implement the freeze column feature on an AggregateTable. | Class | com.jidesoft.pivot | JideSoft |
|
| AggregateTablePanePersistenceUtils | A helper class that can support persist AggregateTablePane's layout to/from xml file. | Class | com.jidesoft.pivot | JideSoft |
|
| AggregateTablePersistenceUtils | A helper class that can support persist AggregateTable's layout to/from xml file. | Class | com.jidesoft.pivot | JideSoft |
|
| AggregateTablePopupMenuCustomizer | A TableHeaderPopupMenuCustomizer for AggregateTable and AggregateTablePane. | Class | com.jidesoft.pivot | JideSoft |
|
| AggregateTableSettingsDialog | This class is not ready for public usage yet. | Class | com.jidesoft.pivot | JideSoft |
|
| AggregateTableSettingsPanel | This class is not ready for public usage yet. | Class | com.jidesoft.pivot | JideSoft |
|
| AggregateTableUtils | Utility methods for AggregateTable. | Class | com.jidesoft.pivot | JideSoft |
|
| BigDecimalSummaryCalculator | The implementation of SummaryCalculator for BigDecimal. | Class | com.jidesoft.pivot | JideSoft |
|
| CalculatedHeaderTableModel | | Class | com.jidesoft.pivot | JideSoft |
|
| CalculatedPivotDataModel | | Class | com.jidesoft.pivot | JideSoft |
|
| CompareToConverter | | Class | com.jidesoft.pivot | JideSoft |
|
| CompoundKey | CompoundKey is a class that takes several objects and make them into one value so that it can be used as the key forSee Also:Serialized Form | Class | com.jidesoft.pivot | JideSoft |
|
| CornerTableModel | | Class | com.jidesoft.pivot | JideSoft |
|
| DataTable | The table used by the PivotTablePane in the viewport area. | Class | com.jidesoft.pivot | JideSoft |
|
| DataTableModel | The table model for the table in the data area in pivot table. | Class | com.jidesoft.pivot | JideSoft |
|
| DefaultExpandableValue | Default implementation of ExpandableValue interface. | Class | com.jidesoft.pivot | JideSoft |
|
| DefaultPivotEditingProvider | The default implementation for PivotEditingProvider. | Class | com.jidesoft.pivot | JideSoft |
|
| DefaultPivotSummaryCalculator | Default implementation of SummaryCalculator. | Class | com.jidesoft.pivot | JideSoft |
|
| DefaultValues | Default implementation of Values interface. | Class | com.jidesoft.pivot | JideSoft |
|
| DummyValue | A value represents dummy value when there is no row field (or column fields) but there are data fields in that area. | Class | com.jidesoft.pivot | JideSoft |
|
| DummyValues | | Class | com.jidesoft.pivot | JideSoft |
|
| ExpandableValue | An interface extending both Expandable and Value. | Interface | com.jidesoft.pivot | JideSoft |
|
| FieldArea | A panel contains all the FieldBoxes. | Class | com.jidesoft.pivot | JideSoft |
|
| FieldBox | The component that represents a field in pivot table. | Class | com.jidesoft.pivot | JideSoft |
|
| FieldBoxInputListener | FieldBoxInputListener is a listener added to FieldBox to handle the drag-n-drop, keystrokes and action. | Class | com.jidesoft.pivot | JideSoft |
|
| FieldSettingsPanel | The field settings panel which is used by the field settings dialog when user right clicks on the field box to customize the settings. | Class | com.jidesoft.pivot | JideSoft |
|
| FilterableAggregateTableModel | This is a FilterableTableModel designed to wrap AggregateTableModel. | Class | com.jidesoft.pivot | JideSoft |
|
| GrandTotalValue | A value represents grand total data in pivot data model. | Class | com.jidesoft.pivot | JideSoft |
|
| GrandTotalValues | | Class | com.jidesoft.pivot | JideSoft |
|
| HeaderExpandablePanel | The component used by HeaderTable which has a "+/-" button. | Class | com.jidesoft.pivot | JideSoft |
|
| HeaderTable | The table used by the PivotTablePane in the row header area or column header area. | Class | com.jidesoft.pivot | JideSoft |
|
| HeaderTableCellRenderer | TableCellRenderer for HeaderTable. | Class | com.jidesoft.pivot | JideSoft |
|
| HeaderTableModel | TableModel for the row header and column header of the pivot table. | Class | com.jidesoft.pivot | JideSoft |
|
| IPivotDataModel | This is an interface for PivotDataModel. | Interface | com.jidesoft.pivot | JideSoft |
|
| PivotCellStyleProvider | PivotCellStyleProvider is an interface to allow user to customize the CellStyle for the data table, the row header table and the column header table in the pivot table. | Interface | com.jidesoft.pivot | JideSoft |
|
| PivotConstants | Constants used in pivot grid product. | Interface | com.jidesoft.pivot | JideSoft |
|
| PivotCornerCellStyleProvider | PivotCornerCellStyleProvider extends PivotCellStyleProvider and add getCornerCellStyleAt to provide cell style for corner table which is the table appears on the top-left corner. | Interface | com.jidesoft.pivot | JideSoft |
|
| PivotDataEditingProvider | PivotDataEditingProvider is an interface to allow the direct modification of data in pivot table. | Interface | com.jidesoft.pivot | JideSoft |
|
| PivotDataModel | The model that contains the data for pivot table. | Class | com.jidesoft.pivot | JideSoft |
|
| PivotDataModel .RowMerger | An interface to merge the rows when they have the same row and column fields. | Interface | com.jidesoft.pivot | JideSoft |
|
| PivotDataSource | By default, PivotDataModel takes TableModel as the data source. | Interface | com.jidesoft.pivot | JideSoft |
|
| PivotEditingProvider | | Interface | com.jidesoft.pivot | JideSoft |
|
| PivotField | PivotField represents a field in Pivot Table. | Class | com.jidesoft.pivot | JideSoft |
|
| PivotResources | | Class | com.jidesoft.pivot | JideSoft |
|
| PivotSummaryCalculator | An interface used to calculate the summary for pivot table. | Interface | com.jidesoft.pivot | JideSoft |
|
| PivotTablePane | PivotTablePane is the main component for JIDE Pivot Grid. | Class | com.jidesoft.pivot | JideSoft |
|
| PivotTablePane .JideScrollPaneEx | | Class | com.jidesoft.pivot | JideSoft |
|
| PivotTablePane .PopupMenuCustomizer | | Interface | com.jidesoft.pivot | JideSoft |
|
| PivotTablePane .TablePopupMenuCustomizer | | Interface | com.jidesoft.pivot | JideSoft |
|
| PivotTablePersistenceUtils | A helper class that can support persist PivotTablePane's layout to/from xml file. | Class | com.jidesoft.pivot | JideSoft |
|
| PivotValueProvider | | Interface | com.jidesoft.pivot | JideSoft |
|
| PivotValueProviderEvent | | Class | com.jidesoft.pivot | JideSoft |
|
| PivotValueProviderListener | The listener interface for receiving PivotDataModelEvent. | Interface | com.jidesoft.pivot | JideSoft |
|
| PostEvent | | Class | com.jidesoft.pivot | JideSoft |
|
| PostEventAction | | Interface | com.jidesoft.pivot | JideSoft |
|
| PostEventSupport | | Interface | com.jidesoft.pivot | JideSoft |
|
| Product | | Interface | com.jidesoft.pivot | JideSoft |
|
| RunningSummary | Running summary class to store running summary information. | Class | com.jidesoft.pivot | JideSoft |
|
| RunningSummaryValue | | Class | com.jidesoft.pivot | JideSoft |
|
| RunningSummaryValues | | Class | com.jidesoft.pivot | JideSoft |
|
| SortableAggregateTableModel | A sortable AggregateTableModel used by AggregateTable. | Class | com.jidesoft.pivot | JideSoft |
|
| Summary | A summary interface to calculate a custom summary. | Class | com.jidesoft.pivot | JideSoft |
|
| SummaryCalculatorFactory | | Interface | com.jidesoft.pivot | JideSoft |
|
| SummaryValue | A value represents summary data in pivot data model. | Class | com.jidesoft.pivot | JideSoft |
|
| SummaryValues | | Class | com.jidesoft.pivot | JideSoft |
|
| TableModelPivotDataSource | | Class | com.jidesoft.pivot | JideSoft |
|
| UnassignedFieldsArea | The container for unassigned field boxes. | Class | com.jidesoft.pivot | JideSoft |
|
| Value | An interface to represent any value in pivot data model. | Interface | com.jidesoft.pivot | JideSoft |
|
| Values | An interface to represent several Values. | Interface | com.jidesoft.pivot | JideSoft |