public abstract class AbstractTableColumnTaskFactory extends Object implements TableColumnTaskFactory
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 |
|---|
AbstractTableColumnTaskFactory() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isReady(CyColumn column)
Returns true if the supplied column is not null.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateTaskIteratorpublic boolean isReady(CyColumn column)
isReady in interface TableColumnTaskFactorycolumn - The table column.Copyright 2011-2015 Cytoscape Consortium. All rights reserved.