Package org.cytoscape.view.model.events
Definitions for View-Model related events and their listeners.
-
Interface Summary Interface Description AboutToRemoveEdgeViewsListener Listener for AboutToRemoveEdgeViewsEvent.AboutToRemoveNodeViewsListener Listener for AboutToRemoveNodeViewsEvent.AddedEdgeViewsListener Listener for AddedEdgeViewsEvent.AddedNodeViewsListener Listener for AddedNodeViewsEvent.FitContentListener Listener for FitContentEvent.FitSelectedListener Listener for FitSelectedEvent.NetworkViewAboutToBeDestroyedListener Listener for NetworkViewAboutToBeDestroyedEvent.NetworkViewAddedListener Listener for NetworkViewAddedEvent.NetworkViewDestroyedListener Listener for NetworkViewDestroyedEvent.UpdateNetworkPresentationListener Listener for UpdateNetworkPresentationEvent.ViewChangedListener Listener for ViewChangedEvent. -
Class Summary Class Description AboutToRemoveEdgeViewsEvent When edgeView
s are about to be removed from a CyNetworkView, this event will be fired.AboutToRemoveNodeViewsEvent When nodeView
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 aCyNetworkView
is about to be destroyed, this event will be fired.NetworkViewAddedEvent When aCyNetworkView
is added to a CyNetworkViewManager, this event will be fired.NetworkViewDestroyedEvent When aCyNetworkView
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<T> This event is fired when aVisualProperty
value is set or removed from aView
.ViewChangeRecord<T> A utility class used to describe one change to aView
.