Cytoscape 3.0.1 API

Package org.cytoscape.view.model.events

Definitions for View-Model related events and their listeners.

See:
          Description

Interface Summary
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.
 

Class Summary
AboutToRemoveEdgeViewsEvent When edge Views are about to be removed from a CyNetworkView, this event will be fired.
AboutToRemoveNodeViewsEvent When node Views 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.
ViewChangeRecord<T> A utility class used to describe one change to a View.
 

Package org.cytoscape.view.model.events Description

Definitions for View-Model related events and their listeners.


Cytoscape 3.0.1 API

Copyright 2011 Cytoscape Consortium. All rights reserved.