Interface ProcessCell
-
- All Superinterfaces:
Comparable<InstancesTablePopupMenuItem>
,InstancesTablePopupMenuItem
- All Known Implementing Classes:
AbstractProcessCell
,ViewCell
public interface ProcessCell extends InstancesTablePopupMenuItem
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(InstancesTablePopupMenuItemHelper.TableState state)
Processes the specified cell.-
Methods inherited from interface java.lang.Comparable
compareTo
-
Methods inherited from interface adams.gui.visualization.instances.instancestable.InstancesTablePopupMenuItem
getIconName, getMenuItem, isAvailable
-
-
-
-
Method Detail
-
processCell
boolean processCell(InstancesTablePopupMenuItemHelper.TableState state)
Processes the specified cell.- Parameters:
state
- the table state- Returns:
- true if successful
-
-