Uses of Interface
org.cytoscape.event.CyPayloadEvent
Package
Description
This package contains the basic interfaces necessary for defining, firing,
and listening for Cytoscape events.
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 CyPayloadEvent in org.cytoscape.equations.event
Modifier and TypeClassDescriptionclass
class
-
Uses of CyPayloadEvent in org.cytoscape.event
Modifier and TypeClassDescriptionclass
A base implementation ofCyPayloadEvent
that can be used by events.Modifier and TypeMethodDescription<S,
P, E extends CyPayloadEvent<S, P>>
voidCyEventHelper.addEventPayload
(S source, P payload, Class<E> eventType) Adds a payload object to be accumulated in a CyPayloadEvent. -
Uses of CyPayloadEvent in org.cytoscape.model.events
Modifier and TypeClassDescriptionfinal class
An event fired when an edge is added to a network.final class
Event for upper layers.final class
This event signals that rows have been created.final class
This event signals that rows have been set. -
Uses of CyPayloadEvent in org.cytoscape.view.model.events
Modifier and TypeClassDescriptionfinal class
When edgeView
s are about to be removed from a CyNetworkView, this event will be fired.final class
When nodeView
s are about to be removed from a CyNetworkView, this event will be fired.class
When rowView
s are about to be removed from aCyTableView
, this event will be fired.final class
When edge View is added to a CyNetworkView, this event will be fired.final class
When node View is added to a CyNetworkView, this event will be fired.final class
When rowView
is added to aCyTableView
, this event will be fired.final class
This event is fired when aVisualProperty
value is set or removed from aView
.final class
This event is fired when aVisualProperty
value is set or removed from aView
. -
Uses of CyPayloadEvent in org.cytoscape.view.vizmap.events
Modifier and TypeClassDescriptionclass
VisualMappingFunctions should fire this event when the contents of the mapping are modified.final class
When contents (default values or mappings) of an existing VisualStyle is modified, this event should be fired.