Uses of Class
org.cytoscape.model.events.RowsSetEvent
-
Packages that use RowsSetEvent Package Description org.cytoscape.application.swing This package defines the various interfaces, abstract classes, and enums that represent the Cytoscape Swing Application API.org.cytoscape.model.events This package contains the event interfaces necessary for communicating with the classes in org.cytoscape.model. -
-
Uses of RowsSetEvent in org.cytoscape.application.swing
Methods in org.cytoscape.application.swing with parameters of type RowsSetEvent Modifier and Type Method Description void
AbstractViewUpdater. handleEvent(RowsSetEvent e)
Called wheneverCyRow
s are changed. -
Uses of RowsSetEvent in org.cytoscape.model.events
Methods in org.cytoscape.model.events with parameters of type RowsSetEvent Modifier and Type Method Description void
RowsSetListener. handleEvent(RowsSetEvent e)
The method that should handle the specified event.
-