Package adams.gui.core.spreadsheettable
Interface ProcessColumn
-
- All Superinterfaces:
Comparable<SpreadSheetTablePopupMenuItem>
,SpreadSheetTablePopupMenuItem
,TableRowRangeCheck
- All Known Implementing Classes:
AbstractProcessColumn
,ChangeColumnType
,ColumnStatistic
,DataSort
,UniqueValues
public interface ProcessColumn extends SpreadSheetTablePopupMenuItem, TableRowRangeCheck
Interface for plugins that process a column.- Author:
- FracPete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
processColumn(SpreadSheetTablePopupMenuItemHelper.TableState state)
Processes the specified column.-
Methods inherited from interface java.lang.Comparable
compareTo
-
Methods inherited from interface adams.gui.core.spreadsheettable.SpreadSheetTablePopupMenuItem
getIconName, getMenuItem
-
Methods inherited from interface adams.gui.core.spreadsheettable.TableRowRangeCheck
handlesRowRange
-
-
-
-
Method Detail
-
processColumn
boolean processColumn(SpreadSheetTablePopupMenuItemHelper.TableState state)
Processes the specified column.- Parameters:
state
- the table state- Returns:
- true if successful
-
-