Uses of Class
org.cytoscape.model.events.RowSetRecord
Packages that use RowSetRecord
Package
Description
This package contains the event interfaces necessary for communicating
with the classes in org.cytoscape.model.
-
Uses of RowSetRecord in org.cytoscape.model.events
Methods in org.cytoscape.model.events that return types with arguments of type RowSetRecordModifier and TypeMethodDescriptionRowsSetEvent.getColumnRecords(String colName)
Returns all of theRowSetRecord
s whose specified column value is set.Constructor parameters in org.cytoscape.model.events with type arguments of type RowSetRecordModifierConstructorDescriptionRowsSetEvent(CyTable source, Collection<RowSetRecord> rows)
Constructs Event.