AbstractCellRenderingCustomizer |
Ancestor for cell rendering customizers.
|
AbstractColoredCellRenderingCustomizer |
Ancestor for cell rendering customizers with predefined foreground/background colors.
|
AbstractPlotColumn |
Ancestor for plugins that plot a column.
|
AbstractPlotRow |
Ancestor for plugins that plot a row.
|
AbstractPlotSelectedRows |
Ancestor for plugins that plot rows.
|
AbstractProcessCell |
Ancestor for plugins that process a cell.
|
AbstractProcessColumn |
Ancestor for plugins that process a column.
|
AbstractProcessRow |
Ancestor for plugins that process a row.
|
AbstractProcessSelectedRows |
Ancestor for plugins that process a row.
|
ArrayStatistic |
Allows the calculation of row statistics.
|
Binning |
Allows to perform binning of the values from a column or row.
|
ChangeColumnType |
Allows the conversion of a column to a different type.
|
ColumnStatistic |
Allows the calculation of column statistics.
|
ConfusionMatrixCellRenderingCustomizer |
Uses the specified color to highlight the cells on the diagonal.
|
CopySelectedFiles |
Allows copying of the selected files to a target directory.
|
DataSort |
Allows sorting the data using multiple columns.
|
DefaultCellRenderingCustomizer |
Default cell rendering customizer.
|
DistinctValueCellRenderingCustomizer |
Each distinct value in the spreadsheet gets its own color.
|
HeatmapCellRenderingCustomizer |
Determines the min/max of numeric values in the table and colors the
background using the specified generator.
|
Histogram |
Allows to generate a histogram from a column or row.
|
JFreeChart |
Allows to create a JFreeChart plot of a column or row.
|
MultiCellRenderingCustomizer |
Applies the sub-renderers sequentially.
|
NumericRangeCellRenderingCustomizer |
Uses the defined ranges to determine whether a numeric cells gets highlighted
with the specified color.
|
PreviewSelectedFile |
Allows preview of the selected file in separate dialog.
|
RowStatistic |
Allows the calculation of row statistics.
|
SimplePlot |
Allows to perform a simple plot of a column or row.
|
SpreadSheetTablePopupMenuItemHelper |
Helper class for constructing popup menus for the SpreadSheetTable.
|
SpreadSheetTablePopupMenuItemHelper.TableState |
Container object for the table state used by the popup menu items.
|
UniqueValues |
Displays all the unique values in the column.
|
ViewCell |
For viewing the cell content.
|