|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CyColumn | |
---|---|
org.cytoscape.group.data | An api for configuring CyGroup s. |
org.cytoscape.model | This package contains the core interfaces that define the basic network and table data types that constitute the foundation of Cytoscape. |
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.edit | This package include a set of task factory interfaces that allow the modification or editing of various objects within Cytoscape. |
Uses of CyColumn in org.cytoscape.group.data |
---|
Methods in org.cytoscape.group.data with parameters of type CyColumn | ||
---|---|---|
|
Aggregator.aggregate(CyTable table,
CyGroup group,
CyColumn column)
Aggregate the column for the members of the specified group into the group. |
Uses of CyColumn in org.cytoscape.model |
---|
Methods in org.cytoscape.model that return CyColumn | |
---|---|
CyColumn |
CyTable.getColumn(String columnName)
Returns the type of a column for this table. |
CyColumn |
CyTable.getPrimaryKey()
Returns the column type of the primary key for this table. |
Methods in org.cytoscape.model that return types with arguments of type CyColumn | |
---|---|
Collection<CyColumn> |
CyTable.getColumns()
Returns the column types for all columns in this table. |
Uses of CyColumn in org.cytoscape.task |
---|
Fields in org.cytoscape.task declared as CyColumn | |
---|---|
protected CyColumn |
AbstractTableColumnTask.column
The CyColumn that descendants will operate on. |
protected CyColumn |
AbstractTableCellTask.column
The CyColumn of the CyTable cell |
Methods in org.cytoscape.task with parameters of type CyColumn | |
---|---|
TaskIterator |
TableColumnTaskFactory.createTaskIterator(CyColumn column)
Used to provision this factory with a CyColumn that will be used to create tasks. |
TaskIterator |
TableCellTaskFactory.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 |
TableColumnTaskFactory.isReady(CyColumn column)
Returns true if this task factory is ready to produce a TaskIterator. |
boolean |
AbstractTableColumnTaskFactory.isReady(CyColumn column)
Returns true if the supplied column is not null. |
boolean |
TableCellTaskFactory.isReady(CyColumn column,
Object primaryKeyValue)
Returns true if this task factory is ready to produce a TaskIterator. |
boolean |
AbstractTableCellTaskFactory.isReady(CyColumn column,
Object primaryKeyValue)
Returns true if the supplied column and value are not null. |
Constructors in org.cytoscape.task with parameters of type CyColumn | |
---|---|
AbstractTableCellTask(CyColumn column,
Object primaryKeyValue)
Initializes a Task that needs to operate on a CyTable cell entry. |
|
AbstractTableColumnTask(CyColumn column)
Initializes a Task that needs to operate on a CyTable column. |
Uses of CyColumn in org.cytoscape.task.edit |
---|
Methods in org.cytoscape.task.edit with parameters of type CyColumn | |
---|---|
TaskIterator |
RenameColumnTaskFactory.createTaskIterator(CyColumn column,
String newColumnName)
Create a task iterator for renaming a selected column. |
|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |