|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TableCellTaskFactory
A task factory that creates one or more tasks that operate on the specified CyColumn along with primary key.
Method Summary | |
---|---|
TaskIterator |
createTaskIterator(CyColumn column,
Object primaryKeyValue)
Used to provision this factory with a CyColumn and a primary key that will be
used to create tasks. |
boolean |
isReady(CyColumn column,
Object primaryKeyValue)
Returns true if this task factory is ready to produce a TaskIterator. |
Method Detail |
---|
TaskIterator createTaskIterator(CyColumn column, Object primaryKeyValue)
CyColumn
and a primary key that will be
used to create tasks.
column
- a non-null CyColumnprimaryKeyValue
- a non-null primary key value
Task
objects to execute.boolean isReady(CyColumn column, Object primaryKeyValue)
column
- a non-null CyColumnprimaryKeyValue
- a non-null primary key value
|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |