public abstract class AbstractTableCellTaskFactory extends Object implements TableCellTaskFactory
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>| Constructor and Description |
|---|
AbstractTableCellTaskFactory() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isReady(CyColumn column,
Object primaryKeyValue)
Returns true if the supplied column and value are not null.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateTaskIteratorpublic boolean isReady(CyColumn column, Object primaryKeyValue)
isReady in interface TableCellTaskFactorycolumn - The table column.primaryKeyValue - the value of the primary keyCopyright 2011-2015 Cytoscape Consortium. All rights reserved.