Package org.cytoscape.view.model.events
package org.cytoscape.view.model.events
Definitions for View-Model related events and their listeners.
-
ClassDescriptionWhen column
View
s are about to be removed from aCyTableView
, this event will be fired.Listener forAboutToRemoveColumnViewEvent
.When edgeView
s are about to be removed from a CyNetworkView, this event will be fired.Listener for AboutToRemoveEdgeViewsEvent.When nodeView
s are about to be removed from a CyNetworkView, this event will be fired.Listener for AboutToRemoveNodeViewsEvent.When rowView
s are about to be removed from aCyTableView
, this event will be fired.Listener forAboutToRemoveRowViewsEvent
.When columnView
is added to aCyTableView
, this event will be fired.Listener forAddedColumnViewEvent
.When edge View is added to a CyNetworkView, this event will be fired.Listener for AddedEdgeViewsEvent.When node View is added to a CyNetworkView, this event will be fired.Listener for AddedNodeViewsEvent.When rowView
is added to aCyTableView
, this event will be fired.Listener forAddedRowViewsEvent
.Fit network visualization to the given container.Listener for FitContentEvent.Fit only selected graph object views to the container.Listener for FitSelectedEvent.When aCyNetworkView
is about to be destroyed, this event will be fired.Listener for NetworkViewAboutToBeDestroyedEvent.When aCyNetworkView
is added to a CyNetworkViewManager, this event will be fired.Listener for NetworkViewAddedEvent.When aCyNetworkView
is destroyed, this event will be fired.Listener for NetworkViewDestroyedEvent.When aCyTableView
is about to be destroyed, this event will be fired.Listener forTableViewAboutToBeDestroyedEvent
.When aCyTableView
is added to aCyTableViewManager
, this event will be fired.Listener for TableViewAddedEvent.This event is fired when aVisualProperty
value is set or removed from aView
.Listener for TableViewChangedEvent.When aCyTableView
is destroyed, this event will be fired.Listener for TableViewDestroyedEvent.If something has been changed in the view model, presentation layer should catch the event and update its visualization.Listener for UpdateNetworkPresentationEvent.This event is fired when aVisualProperty
value is set or removed from aView
.Listener for ViewChangedEvent.A utility class used to describe one change to aView
.