Uses of Class
org.cytoscape.event.AbstractCyPayloadEvent
Packages that use AbstractCyPayloadEvent
Package
Description
This package contains the event interfaces necessary for communicating
with the classes in org.cytoscape.model.
Definitions for View-Model related events and their listeners.
Events for Visual Mappings.
-
Uses of AbstractCyPayloadEvent in org.cytoscape.equations.event
Subclasses of AbstractCyPayloadEvent in org.cytoscape.equations.eventModifier and TypeClassDescriptionclassclass -
Uses of AbstractCyPayloadEvent in org.cytoscape.model.events
Subclasses of AbstractCyPayloadEvent in org.cytoscape.model.eventsModifier and TypeClassDescriptionfinal classAn event fired when an edge is added to a network.final classEvent for upper layers.final classThis event signals that rows have been created.final classThis event signals that rows have been set. -
Uses of AbstractCyPayloadEvent in org.cytoscape.view.model.events
Subclasses of AbstractCyPayloadEvent in org.cytoscape.view.model.eventsModifier and TypeClassDescriptionfinal classWhen edgeViews are about to be removed from a CyNetworkView, this event will be fired.final classWhen nodeViews are about to be removed from a CyNetworkView, this event will be fired.classWhen rowViews are about to be removed from aCyTableView, this event will be fired.final classWhen edge View is added to a CyNetworkView, this event will be fired.final classWhen node View is added to a CyNetworkView, this event will be fired.final classWhen rowViewis added to aCyTableView, this event will be fired.final classThis event is fired when aVisualPropertyvalue is set or removed from aView.final classThis event is fired when aVisualPropertyvalue is set or removed from aView. -
Uses of AbstractCyPayloadEvent in org.cytoscape.view.vizmap.events
Subclasses of AbstractCyPayloadEvent in org.cytoscape.view.vizmap.eventsModifier and TypeClassDescriptionclassVisualMappingFunctions should fire this event when the contents of the mapping are modified.final classWhen contents (default values or mappings) of an existing VisualStyle is modified, this event should be fired.