Uses of Interface
org.cytoscape.event.CyEvent
Package
Description
This package provides application events/listeners, including
Cytoscape startup/shutdown, setCurrentNetwork/setCurrentNetworkView/
setSelectedNetwork.
This package defines the various events fired by
the Cytoscape Swing Application API.
This package contains the basic interfaces necessary for defining, firing,
and listening for Cytoscape events.
This package contains the various events and listeners
related to group management, creation, and destruction.
This package defines events/listeners related to data query/import from web services.
This package contains the event interfaces necessary for communicating
with the classes in org.cytoscape.model.
This package provides a general property service interface for providing access
to different types of property objects as OSGi services.
This package contains the interfaces and classes necessary to capturing,
session change events.
Definitions for View-Model related events and their listeners.
Event implementations and listener interfaces for the Presentation layer.
Events for Visual Mappings.
Provides events and listeners of LexiconState, visual style switch and vizMap event, as well as VizMap event handler manager.
-
Uses of CyEvent in org.cytoscape.app.event
Modifier and TypeClassDescriptionfinal class
An event that occurs when the Cytoscape core has started, and any installed apps have either finished starting or failed to start. -
Uses of CyEvent in org.cytoscape.application.events
Modifier and TypeClassDescriptionfinal class
An event fired immediately before Cytoscape will be shutdown.final class
An event fired immediately before Cytoscape will be shutdown to determine if the shutdown action should be aborted.final class
An event fired after Cytoscape startup mostly complete (but not necessarily 100 percent).final class
An event signaling that the a network has been set to current.final class
An event indicating that a network view has been set to current.final class
This event signals that aRenderingEngine
has been set as current.final class
An event signaling that the a table has been set to current.final class
An event indicating the a collection of networks has been selected.final class
An event that indicates that a collection of network views has been selected. -
Uses of CyEvent in org.cytoscape.application.swing.events
Modifier and TypeClassDescriptionfinal class
The event fired to indicate that aCytoPanelComponent
has been selected.final class
An event to indicate that a CytoPanel has changed state.final class
An event indicating that system preferences have been updated. -
Uses of CyEvent in org.cytoscape.equations.event
Modifier and TypeClassDescriptionclass
class
-
Uses of CyEvent in org.cytoscape.event
Modifier and TypeInterfaceDescriptioninterface
CyPayloadEvent<S,
P> An extension of CyEvent specifically for payload events.Modifier and TypeClassDescriptionclass
A base implementation ofCyEvent
that can be used by events.class
A base implementation ofCyPayloadEvent
that can be used by events. -
Uses of CyEvent in org.cytoscape.group.events
Modifier and TypeClassDescriptionfinal class
This event signals that a group is about to be destroyed -- i.e.final class
This event signals that a group is about to be removed from a network, but not completely deleted.final class
This event signals that a group is either about to be expanded or collapsed in a particular network.final class
This event signals that a new group has been added.final class
This event signals that an existing group has been added to a new network.final class
This event signals that a group has either been expanded or collapsed in a particular network.final class
This event signals that edges have been added to the network.final class
This event signals that edges have been removed from the network.final class
This event signals that edges have been added to the network.final class
This event signals that edges have been removed from the network. -
Uses of CyEvent in org.cytoscape.io.webservice.events
Modifier and TypeClassDescriptionfinal class
An event indicating that data has been successfully imported.final class
An event that indicates a search has completed. -
Uses of CyEvent in org.cytoscape.model.events
Modifier and TypeClassDescriptionfinal class
Fired before an edge is actually removed so that listeners have a chance to clean up before the edge object disappears.final class
Fired before a node is actually removed so that listeners have a chance to clean up before the node object disappears.final class
An event fired when an edge is added to a network.final class
Event for upper layers.final class
This event signals that a column has been created.final class
This event signals that a column has been deleted.final class
This event signals that a columns name has been changed.final class
This event signals that a network is about to be destroyed.final class
This event signals that a network has been added.final class
This event signals that a Network has been destroyed.final class
Just a signal in case anyone wants to resync after an edge has been removed.final class
Just a signal in case anyone wants to resync after a node has been removed.final class
This event signals that rows have been created.final class
This event signals that rows have been Deleted.final class
This event signals that rows have been set.class
Event that signals when the selection state of nodes and/or edges has changed within a network.final class
Used to track setting of nested networks on nodes.final class
This event signals that a table is about to be deleted.final class
This event will be fired when new table is added toCyTableManager
.final class
This event signals that a table has been deleted.final class
This event is fired when a table privacy is changed from public to private or vice versa.final class
TODO: Missing documentationfinal class
Used to track removing of nested networks from nodes. -
Uses of CyEvent in org.cytoscape.property
Modifier and TypeClassDescriptionclass
This event signals that a CyProperty is updated. -
Uses of CyEvent in org.cytoscape.session.events
Modifier and TypeClassDescriptionfinal class
This event is fired right before Cytoscape begins to load a session.final class
This event is fired synchronously by theCySessionManager
at beginning of theCySessionManager.getCurrentSession()
method.final class
Deprecated.final class
This event is fired after a new session has been set in theCySessionManager.setCurrentSession(CySession, String)
method and is used to notify interested parties in the change of state.final class
This event is fired when a session save task is cancelled, which can also happen because of exceptions.final class
TODO: Missing documentation -
Uses of CyEvent in org.cytoscape.view.model.events
Modifier and TypeClassDescriptionfinal class
When columnView
s are about to be removed from aCyTableView
, this event will be fired.final class
When edgeView
s are about to be removed from a CyNetworkView, this event will be fired.final class
When nodeView
s are about to be removed from a CyNetworkView, this event will be fired.class
When rowView
s are about to be removed from aCyTableView
, this event will be fired.final class
When columnView
is added to aCyTableView
, this event will be fired.final class
When edge View is added to a CyNetworkView, this event will be fired.final class
When node View is added to a CyNetworkView, this event will be fired.final class
When rowView
is added to aCyTableView
, this event will be fired.final class
Fit network visualization to the given container.final class
Fit only selected graph object views to the container.final class
When aCyNetworkView
is about to be destroyed, this event will be fired.final class
When aCyNetworkView
is added to a CyNetworkViewManager, this event will be fired.final class
When aCyNetworkView
is destroyed, this event will be fired.class
When aCyTableView
is about to be destroyed, this event will be fired.final class
When aCyTableView
is added to aCyTableViewManager
, this event will be fired.final class
This event is fired when aVisualProperty
value is set or removed from aView
.final class
When aCyTableView
is destroyed, this event will be fired.final class
If something has been changed in the view model, presentation layer should catch the event and update its visualization.final class
This event is fired when aVisualProperty
value is set or removed from aView
. -
Uses of CyEvent in org.cytoscape.view.presentation.events
Modifier and TypeClassDescriptionfinal class
When presentation (rendered graphics) is destroyed, this event should be fired.final class
When new presentation is created, its factory always creates a RenderingEngine). -
Uses of CyEvent in org.cytoscape.view.vizmap.events
Modifier and TypeClassDescriptionfinal class
TODO: Missing documentationclass
VisualMappingFunctions should fire this event when the contents of the mapping are modified.final class
Visual property dependencies should fire this event whenVisualPropertyDependency.setDependency(boolean)
is called with a different value.final class
This event will be fired when VisualStyle object is removed from VisualMappingManager.final class
When new VisualStyle is added to theVisualMappingManager
, it fires this event.final class
When contents (default values or mappings) of an existing VisualStyle is modified, this event should be fired.final class
Event fired when aVisualStyle
is set to a network view through VisualMappingManager.setVisualStyle(VisualStyle, org.cytoscape.view.model.CyNetworkView). -
Uses of CyEvent in org.cytoscape.view.vizmap.events.table
Modifier and TypeClassDescriptionclass
final class
Event fired when aVisualStyle
is set to a column view throughTableVisualMappingManager.setVisualStyle(View, VisualStyle)
. -
Uses of CyEvent in org.cytoscape.view.vizmap.gui.event
Modifier and TypeClassDescriptionfinal class
Tell listeners a enabled/disabled visual properties.
SessionLoadedEvent
instead now.