Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractCyPayloadEvent<T,P>
A base implementation of
CyPayloadEvent that can be used by events. |
Modifier and Type | Method and Description |
---|---|
<S,P,E extends CyPayloadEvent<S,P>> |
CyEventHelper.addEventPayload(S source,
P payload,
Class<E> eventType)
Adds a payload object to be accumulated in a CyPayloadEvent.
|
Modifier and Type | Class and Description |
---|---|
class |
AddedEdgesEvent
An event fired when an edge is added to a network.
|
class |
AddedNodesEvent
Event for upper layers.
|
class |
RowsCreatedEvent
This event signals that rows have been created.
|
class |
RowsSetEvent
This event signals that rows have been set.
|
Modifier and Type | Class and Description |
---|---|
class |
AboutToRemoveEdgeViewsEvent
When edge
View s are about to be removed from a CyNetworkView, this event will be fired. |
class |
AboutToRemoveNodeViewsEvent
When node
View s are about to be removed from a CyNetworkView, this event will be fired. |
class |
AddedEdgeViewsEvent
When edge View is added to a CyNetworkView, this event will be fired.
|
class |
AddedNodeViewsEvent
When node View is added to a CyNetworkView, this event will be fired.
|
class |
ViewChangedEvent<T>
This event is fired when a
VisualProperty value
is set or removed from a View . |
Modifier and Type | Class and Description |
---|---|
class |
VisualMappingFunctionChangedEvent
VisualMappingFunctions should fire this event when the contents of the mapping
modified.
|
class |
VisualStyleChangedEvent
When contents (default values or mappings) of an existing
VisualStyle is modified, this event should be fired.
|
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.