Package org.cytoscape.view.model.events
package org.cytoscape.view.model.events
Definitions for View-Model related events and their listeners.
-
Interface SummaryInterfaceDescriptionListener for
AboutToRemoveColumnViewEvent.Listener for AboutToRemoveEdgeViewsEvent.Listener for AboutToRemoveNodeViewsEvent.Listener forAboutToRemoveRowViewsEvent.Listener forAddedColumnViewEvent.Listener for AddedEdgeViewsEvent.Listener for AddedNodeViewsEvent.Listener forAddedRowViewsEvent.Listener for FitContentEvent.Listener for FitSelectedEvent.Listener for NetworkViewAboutToBeDestroyedEvent.Listener for NetworkViewAddedEvent.Listener for NetworkViewDestroyedEvent.Listener forTableViewAboutToBeDestroyedEvent.Listener for TableViewAddedEvent.Listener for TableViewChangedEvent.Listener for TableViewDestroyedEvent.Listener for UpdateNetworkPresentationEvent.Listener for ViewChangedEvent. -
Class SummaryClassDescriptionWhen column
Views are about to be removed from aCyTableView, this event will be fired.When edgeViews are about to be removed from a CyNetworkView, this event will be fired.When nodeViews are about to be removed from a CyNetworkView, this event will be fired.When rowViews are about to be removed from aCyTableView, this event will be fired.When columnViewis added to aCyTableView, this event will be fired.When edge View is added to a CyNetworkView, this event will be fired.When node View is added to a CyNetworkView, this event will be fired.When rowViewis added to aCyTableView, this event will be fired.Fit network visualization to the given container.Fit only selected graph object views to the container.When aCyNetworkViewis about to be destroyed, this event will be fired.When aCyNetworkViewis added to a CyNetworkViewManager, this event will be fired.When aCyNetworkViewis destroyed, this event will be fired.When aCyTableViewis about to be destroyed, this event will be fired.When aCyTableViewis added to aCyTableViewManager, this event will be fired.This event is fired when aVisualPropertyvalue is set or removed from aView.When aCyTableViewis destroyed, this event will be fired.If something has been changed in the view model, presentation layer should catch the event and update its visualization.This event is fired when aVisualPropertyvalue is set or removed from aView.A utility class used to describe one change to aView.