Cytoscape 3.0.1 API

org.cytoscape.task
Class AbstractTableCellTask

java.lang.Object
  extended by org.cytoscape.work.AbstractTask
      extended by org.cytoscape.task.AbstractTableCellTask
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.

Field Summary
protected  CyColumn column
          The CyColumn of the CyTable cell
protected  Object primaryKeyValue
          The primary key of the CyTable cell
 
Fields inherited from class org.cytoscape.work.AbstractTask
cancelled
 
Constructor Summary
AbstractTableCellTask(CyColumn column, Object primaryKeyValue)
          Initializes a Task that needs to operate on a CyTable cell entry.
 
Method Summary
 
Methods inherited from class org.cytoscape.work.AbstractTask
cancel, insertTasksAfterCurrentTask, insertTasksAfterCurrentTask, run, setTaskIterator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

column

protected final CyColumn column
The CyColumn of the CyTable cell


primaryKeyValue

protected final Object primaryKeyValue
The primary key of the CyTable cell

Constructor Detail

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

Cytoscape 3.0.1 API

Copyright 2011 Cytoscape Consortium. All rights reserved.