Package | Description |
---|---|
org.cytoscape.view.model.events |
Definitions for View-Model related events and their listeners.
|
Class and Description |
---|
AboutToRemoveEdgeViewsEvent
When edge
View s are about to be removed from a CyNetworkView, this event will be fired. |
AboutToRemoveNodeViewsEvent
When node
View s are about to be removed from a CyNetworkView, this event will be fired. |
AddedEdgeViewsEvent
When edge View is added to a CyNetworkView, this event will be fired.
|
AddedNodeViewsEvent
When node View is added to a CyNetworkView, this event will be fired.
|
FitContentEvent
Fit network visualization to the given container.
|
FitSelectedEvent
Fit only selected graph object views to the container.
|
NetworkViewAboutToBeDestroyedEvent
When a
CyNetworkView is about to be destroyed, this event will be fired. |
NetworkViewAddedEvent
When a
CyNetworkView is added to a CyNetworkViewManager, this event will be fired. |
NetworkViewDestroyedEvent
When a
CyNetworkView is destroyed, this event will be fired. |
UpdateNetworkPresentationEvent
If something has been changed in the view model, presentation layer should
catch the event and update its visualization.
|
ViewChangedEvent
This event is fired when a
VisualProperty value
is set or removed from a View . |
ViewChangeRecord
A utility class used to describe one change to a
View . |
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.