Uses of Interface
adams.gui.core.spreadsheettable.TableRowRangeCheck
-
Packages that use TableRowRangeCheck Package Description adams.gui.core.spreadsheettable adams.gui.visualization.instances.instancestable -
-
Uses of TableRowRangeCheck in adams.gui.core.spreadsheettable
Subinterfaces of TableRowRangeCheck in adams.gui.core.spreadsheettable Modifier and Type Interface Description interface
PlotColumn
Interface for plugins that plot a column.interface
ProcessColumn
Interface for plugins that process a column.Classes in adams.gui.core.spreadsheettable that implement TableRowRangeCheck Modifier and Type Class Description class
AbstractPlotColumn
Ancestor for plugins that plot a column.class
AbstractProcessColumn
Ancestor for plugins that process a column.class
Binning
Allows to perform binning of the values from a column or row.class
ChangeColumnType
Allows the conversion of a column to a different type.class
ColumnStatistic
Allows the calculation of column statistics.class
DataSort
Allows sorting the data using multiple columns.class
Histogram
Allows to generate a histogram from a column or row.class
JFreeChart
Allows to create a JFreeChart plot of a column or row.class
SimplePlot
Allows to perform a simple plot of a column or row.class
UniqueValues
Displays all the unique values in the column. -
Uses of TableRowRangeCheck in adams.gui.visualization.instances.instancestable
Subinterfaces of TableRowRangeCheck in adams.gui.visualization.instances.instancestable Modifier and Type Interface Description interface
PlotColumn
Interface for plugins that plot a column.interface
ProcessColumn
Interface for plugins that process a column.Classes in adams.gui.visualization.instances.instancestable that implement TableRowRangeCheck Modifier and Type Class Description class
AbstractPlotColumn
Ancestor for plugins that plot a column.class
AbstractProcessColumn
Ancestor for plugins that process a column.class
AttributeStatistics
Displays statistics for the selected attribute.class
Binning
Allows to perform binning of the values from a column or row.class
ChangeAttributeWeight
Allows the user to change the weight of the selected attribute.class
ColumnStatistic
Allows the calculation of column statistics.class
DataSort
Allows sorting the data using multiple columns.class
Histogram
Allows to generate a histogram from a column or row.class
JFreeChart
Allows to perform a simple plot of a column or row.class
SimplePlot
Allows to perform a simple plot of a column or row.
-