Search in sources :

Example 1 with RowList

use of org.cytoscape.command.util.RowList in project cytoscape-impl by cytoscape.

the class RowListTunableHandler method processArg.

public Object processArg(String arg) throws Exception {
    RowList bi = (RowList) getValue();
    CyTable table = bi.getTable();
    List<CyRow> value = stringHandler.getRowList(table, arg);
    bi.setValue(value);
    return bi;
}
Also used : RowList(org.cytoscape.command.util.RowList) CyTable(org.cytoscape.model.CyTable) CyRow(org.cytoscape.model.CyRow)

Aggregations

RowList (org.cytoscape.command.util.RowList)1 CyRow (org.cytoscape.model.CyRow)1 CyTable (org.cytoscape.model.CyTable)1