Cytoscape 3.0.1 API

Uses of Interface
org.cytoscape.task.TableTaskFactory

Packages that use TableTaskFactory
org.cytoscape.task This package provides base classes for common task factory types as well as their associated task types found in Cytoscape. 
org.cytoscape.task.destroy This package includes a set of task factory interfaces for deleting or or destroying objects within Cytoscape. 
org.cytoscape.task.edit This package include a set of task factory interfaces that allow the modification or editing of various objects within Cytoscape. 
org.cytoscape.task.write This package contains a set of task factory interfaces used for exporting or writing a variety of Cytoscape objects to files. 
 

Uses of TableTaskFactory in org.cytoscape.task
 

Classes in org.cytoscape.task that implement TableTaskFactory
 class AbstractTableTaskFactory
          A TableTaskFactory that is always ready to produce a TaskIterator.
 

Methods in org.cytoscape.task with parameters of type TableTaskFactory
 TaskFactory DynamicTaskFactoryProvisioner.createFor(TableTaskFactory factory)
           
 

Uses of TableTaskFactory in org.cytoscape.task.destroy
 

Subinterfaces of TableTaskFactory in org.cytoscape.task.destroy
 interface DeleteTableTaskFactory
          This interface provides a task iterator for deleting a table.
 

Uses of TableTaskFactory in org.cytoscape.task.edit
 

Subinterfaces of TableTaskFactory in org.cytoscape.task.edit
 interface JoinTablesTaskTaskFactory
           
 interface MapGlobalToLocalTableTaskFactory
          This interface provides a task iterator for mapping a global to a local table.
 interface MapTableToNetworkTablesTaskFactory
           
 

Uses of TableTaskFactory in org.cytoscape.task.write
 

Subinterfaces of TableTaskFactory in org.cytoscape.task.write
 interface ExportTableTaskFactory
          This task factory provides a task iterator for writing a specified table to a specified file.
 


Cytoscape 3.0.1 API

Copyright 2011 Cytoscape Consortium. All rights reserved.