Cytoscape 3.0.1 API

org.cytoscape.task
Class AbstractTableCellTaskFactory

java.lang.Object
  extended by org.cytoscape.task.AbstractTableCellTaskFactory
All Implemented Interfaces:
TableCellTaskFactory

public abstract class AbstractTableCellTaskFactory
extends Object
implements TableCellTaskFactory

A TableCellTaskFactory that is always ready to produce a TaskIterator.


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.

Constructor Summary
AbstractTableCellTaskFactory()
           
 
Method Summary
 boolean isReady(CyColumn column, Object primaryKeyValue)
          Returns true if the supplied column and value are not null.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.cytoscape.task.TableCellTaskFactory
createTaskIterator
 

Constructor Detail

AbstractTableCellTaskFactory

public AbstractTableCellTaskFactory()
Method Detail

isReady

public boolean isReady(CyColumn column,
                       Object primaryKeyValue)
Returns true if the supplied column and value are not null.

Specified by:
isReady in interface TableCellTaskFactory
Parameters:
column - The table column.
primaryKeyValue - the value of the primary key
Returns:
true if the supplied column and value are not null.

Cytoscape 3.0.1 API

Copyright 2011 Cytoscape Consortium. All rights reserved.