- All Implemented Interfaces:
Task
public abstract class AbstractTableCellTask
extends AbstractTask
A base class for Tasks that need to operate on a single CyTable cell.
Cytoscape Backwards Compatibility (Abstract Class): This class is abstract and meant to be extended by users. This means that we may add methods for minor version updates. Methods will only be removed for major version updates.
Module: core-task-api
To use this in your app, include the following dependency in your POM:
<dependency>
<groupId>org.cytoscape</groupId>
<artifactId>core-task-api</artifactId>
</dependency>
-
Field Summary
Fields
The primary key of the
CyTable
cell
-
Constructor Summary
Constructors
Initializes a Task that needs to operate on a CyTable cell entry.
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
-
primaryKeyValue
protected final Object primaryKeyValue
The primary key of the
CyTable
cell
-
Constructor Details
-
AbstractTableCellTask
public AbstractTableCellTask
(CyColumn column,
Object primaryKeyValue)
Initializes a Task that needs to operate on a CyTable cell entry.
- Parameters:
column
- a non-null CyColumn
primaryKeyValue
- a non-null primary key value