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