public abstract class AbstractTableTask extends AbstractTask
CyTable
.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 CyTable |
table
The table that descendants of this class will operate on.
|
cancelled
Constructor and Description |
---|
AbstractTableTask(CyTable table)
Initializes a Task that needs to operate on a
CyTable . |
cancel, insertTasksAfterCurrentTask, insertTasksAfterCurrentTask, run, setTaskIterator
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.