public abstract class AbstractTableCellTask extends AbstractTask
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>| Modifier and Type | Field and Description |
|---|---|
protected CyColumn |
column
|
protected Object |
primaryKeyValue
The primary key of the
CyTable cell |
cancelled| Constructor and Description |
|---|
AbstractTableCellTask(CyColumn column,
Object primaryKeyValue)
Initializes a Task that needs to operate on a CyTable cell entry.
|
cancel, insertTasksAfterCurrentTask, insertTasksAfterCurrentTask, run, setTaskIteratorprotected final CyColumn column
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.