Uses of Interface
org.cytoscape.event.CyPayloadEvent
-
Packages that use CyPayloadEvent Package Description org.cytoscape.equations.event org.cytoscape.event This package contains the basic interfaces necessary for defining, firing, and listening for Cytoscape events.org.cytoscape.model.events This package contains the event interfaces necessary for communicating with the classes in org.cytoscape.model.org.cytoscape.view.model.events Definitions for View-Model related events and their listeners.org.cytoscape.view.vizmap.events Events for Visual Mappings. -
-
Uses of CyPayloadEvent in org.cytoscape.equations.event
Classes in org.cytoscape.equations.event that implement CyPayloadEvent Modifier and Type Class Description classEquationFunctionAddedEventclassEquationFunctionRemovedEvent -
Uses of CyPayloadEvent in org.cytoscape.event
Classes in org.cytoscape.event that implement CyPayloadEvent Modifier and Type Class Description classAbstractCyPayloadEvent<T,P>A base implementation ofCyPayloadEventthat can be used by events.Methods in org.cytoscape.event with type parameters of type CyPayloadEvent Modifier and Type Method Description <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
Classes in org.cytoscape.model.events that implement CyPayloadEvent Modifier and Type Class Description classAddedEdgesEventAn event fired when an edge is added to a network.classAddedNodesEventEvent for upper layers.classRowsCreatedEventThis event signals that rows have been created.classRowsSetEventThis event signals that rows have been set. -
Uses of CyPayloadEvent in org.cytoscape.view.model.events
Classes in org.cytoscape.view.model.events that implement CyPayloadEvent Modifier and Type Class Description classAboutToRemoveEdgeViewsEventWhen edgeViews are about to be removed from a CyNetworkView, this event will be fired.classAboutToRemoveNodeViewsEventWhen nodeViews are about to be removed from a CyNetworkView, this event will be fired.classAddedEdgeViewsEventWhen edge View is added to a CyNetworkView, this event will be fired.classAddedNodeViewsEventWhen node View is added to a CyNetworkView, this event will be fired.classViewChangedEvent<T>This event is fired when aVisualPropertyvalue is set or removed from aView. -
Uses of CyPayloadEvent in org.cytoscape.view.vizmap.events
Classes in org.cytoscape.view.vizmap.events that implement CyPayloadEvent Modifier and Type Class Description classVisualMappingFunctionChangedEventVisualMappingFunctions should fire this event when the contents of the mapping are modified.classVisualStyleChangedEventWhen contents (default values or mappings) of an existing VisualStyle is modified, this event should be fired.
-