Package adams.gui.core.spreadsheettable
Interface ProcessRow
-
- All Superinterfaces:
Comparable<SpreadSheetTablePopupMenuItem>
,SpreadSheetTablePopupMenuItem
- All Known Implementing Classes:
AbstractProcessRow
,ArrayStatistic
,PreviewSelectedFile
,RowStatistic
public interface ProcessRow extends SpreadSheetTablePopupMenuItem
Interface for plugins that process a row.- Author:
- FracPete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
processRow(SpreadSheetTablePopupMenuItemHelper.TableState state)
Processes the specified row.-
Methods inherited from interface java.lang.Comparable
compareTo
-
Methods inherited from interface adams.gui.core.spreadsheettable.SpreadSheetTablePopupMenuItem
getIconName, getMenuItem
-
-
-
-
Method Detail
-
processRow
boolean processRow(SpreadSheetTablePopupMenuItemHelper.TableState state)
Processes the specified row.- Parameters:
state
- the table state- Returns:
- true if successful
-
-