Package adams.gui.core.spreadsheettable
Interface TableRowRangeCheck
-
- All Known Subinterfaces:
PlotColumn
,PlotColumn
,ProcessColumn
,ProcessColumn
- All Known Implementing Classes:
AbstractPlotColumn
,AbstractPlotColumn
,AbstractProcessColumn
,AbstractProcessColumn
,AttributeStatistics
,Binning
,Binning
,ChangeAttributeWeight
,ChangeColumnType
,ColumnStatistic
,ColumnStatistic
,DataSort
,DataSort
,Histogram
,Histogram
,JFreeChart
,JFreeChart
,SimplePlot
,SimplePlot
,UniqueValues
public interface TableRowRangeCheck
Interface for classes that check whether they can handle the row range of the table state.- Author:
- FracPete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
handlesRowRange(TableRowRange range)
Checks whether the row range can be handled.
-
-
-
Method Detail
-
handlesRowRange
boolean handlesRowRange(TableRowRange range)
Checks whether the row range can be handled.- Parameters:
range
- the range to check- Returns:
- true if handled
-
-