public interface RenameColumnTaskFactory extends 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>
Modifier and Type | Method and Description |
---|---|
TaskIterator |
createTaskIterator(CyColumn column,
String newColumnName)
Create a task iterator for renaming a selected column.
|
createTaskIterator, isReady
TaskIterator createTaskIterator(CyColumn column, String newColumnName)
column
- The selected column for renaming.newColumnName
- The new name for the selected column.TaskIterator
.Copyright 2011-2015 Cytoscape Consortium. All rights reserved.