Uses of Interface
org.cytoscape.task.TableColumnTaskFactory
-
Packages that use TableColumnTaskFactory Package Description 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. -
-
Uses of TableColumnTaskFactory in org.cytoscape.task
Classes in org.cytoscape.task that implement TableColumnTaskFactory Modifier and Type Class Description class
AbstractTableColumnTaskFactory
A TableColumnTaskFactory that is always ready to produce a TaskIterator. -
Uses of TableColumnTaskFactory in org.cytoscape.task.destroy
Subinterfaces of TableColumnTaskFactory in org.cytoscape.task.destroy Modifier and Type Interface Description interface
DeleteColumnTaskFactory
This interface provides a task iterator for deleting a column. -
Uses of TableColumnTaskFactory in org.cytoscape.task.edit
Subinterfaces of TableColumnTaskFactory in org.cytoscape.task.edit Modifier and Type Interface Description interface
RenameColumnTaskFactory
This interface provides a task iterator for renaming a column.
-