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