Uses of Interface
org.cytoscape.event.CyEvent
-
Packages that use CyEvent Package Description org.cytoscape.app.event org.cytoscape.application.events This package provides application events/listeners, including Cytoscape startup/shutdown, setCurrentNetwork/setCurrentNetworkView/ setSelectedNetwork.org.cytoscape.application.swing.events This package defines the various events fired by the Cytoscape Swing Application API.org.cytoscape.equations.event org.cytoscape.event This package contains the basic interfaces necessary for defining, firing, and listening for Cytoscape events.org.cytoscape.group.events This package contains the various events and listeners related to group management, creation, and destruction.org.cytoscape.io.webservice.events This package defines events/listeners related to data query/import from web services.org.cytoscape.model.events This package contains the event interfaces necessary for communicating with the classes in org.cytoscape.model.org.cytoscape.property This package provides a general property service interface for providing access to different types of property objects as OSGi services.org.cytoscape.session.events This package contains the interfaces and classes necessary to capturing, session change events.org.cytoscape.view.model.events Definitions for View-Model related events and their listeners.org.cytoscape.view.presentation.events Event implementations and listener interfaces for the Presentation layer.org.cytoscape.view.vizmap.events Events for Visual Mappings.org.cytoscape.view.vizmap.gui.event 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
Classes in org.cytoscape.app.event that implement CyEvent Modifier and Type Class Description class
AppsFinishedStartingEvent
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
Classes in org.cytoscape.application.events that implement CyEvent Modifier and Type Class Description class
CyShutdownEvent
An event fired immediately before Cytoscape will be shutdown.class
CyStartEvent
An event fired after Cytoscape startup mostly complete (but not necessarily 100 percent).class
SetCurrentNetworkEvent
An event signaling that the a network has been set to current.class
SetCurrentNetworkViewEvent
An event indicating that a network view has been set to current.class
SetCurrentRenderingEngineEvent
This event signals that aRenderingEngine
has been set as current.class
SetSelectedNetworksEvent
An event indicating the a collection of networks has been selected.class
SetSelectedNetworkViewsEvent
An event that indicates that a collection of network views has been selected. -
Uses of CyEvent in org.cytoscape.application.swing.events
Classes in org.cytoscape.application.swing.events that implement CyEvent Modifier and Type Class Description class
CytoPanelComponentSelectedEvent
The event fired to indicate that aCytoPanelComponent
has been selected.class
CytoPanelStateChangedEvent
An event to indicate that a CytoPanel has changed state.class
PreferencesUpdatedEvent
An event indicating that system preferences have been updated. -
Uses of CyEvent in org.cytoscape.equations.event
Classes in org.cytoscape.equations.event that implement CyEvent Modifier and Type Class Description class
EquationFunctionAddedEvent
class
EquationFunctionRemovedEvent
-
Uses of CyEvent in org.cytoscape.event
Subinterfaces of CyEvent in org.cytoscape.event Modifier and Type Interface Description interface
CyPayloadEvent<S,P>
An extension of CyEvent specifically for payload events.Classes in org.cytoscape.event that implement CyEvent Modifier and Type Class Description class
AbstractCyEvent<T>
A base implementation ofCyEvent
that can be used by events.class
AbstractCyPayloadEvent<T,P>
A base implementation ofCyPayloadEvent
that can be used by events.Methods in org.cytoscape.event with type parameters of type CyEvent Modifier and Type Method Description <E extends CyEvent<?>>
voidCyEventHelper. fireEvent(E event)
Calls each listener found in the Service Registry identified by the listenerClass interface by the supplied CyEvent. -
Uses of CyEvent in org.cytoscape.group.events
Classes in org.cytoscape.group.events that implement CyEvent Modifier and Type Class Description class
GroupAboutToBeDestroyedEvent
This event signals that a group is about to be destroyed -- i.e.class
GroupAboutToBeRemovedEvent
This event signals that a group is about to be removed from a network, but not completely deleted.class
GroupAboutToCollapseEvent
This event signals that a group is either about to be expanded or collapsed in a particular network.class
GroupAddedEvent
This event signals that a new group has been added.class
GroupAddedToNetworkEvent
This event signals that an existing group has been added to a new network.class
GroupCollapsedEvent
This event signals that a group has either been expanded or collapsed in a particular network.class
GroupEdgesAddedEvent
This event signals that edges have been added to the network.class
GroupEdgesRemovedEvent
This event signals that edges have been removed from the network.class
GroupNodesAddedEvent
This event signals that edges have been added to the network.class
GroupNodesRemovedEvent
This event signals that edges have been removed from the network. -
Uses of CyEvent in org.cytoscape.io.webservice.events
Classes in org.cytoscape.io.webservice.events that implement CyEvent Modifier and Type Class Description class
DataImportFinishedEvent<T>
An event indicating that data has been successfully imported.class
SearchFinishedEvent<T>
An event that indicates a search has completed. -
Uses of CyEvent in org.cytoscape.model.events
Classes in org.cytoscape.model.events that implement CyEvent Modifier and Type Class Description class
AboutToRemoveEdgesEvent
Fired before an edge is actually removed so that listeners have a chance to clean up before the edge object disappears.class
AboutToRemoveNodesEvent
Fired before a node is actually removed so that listeners have a chance to clean up before the node object disappears.class
AddedEdgesEvent
An event fired when an edge is added to a network.class
AddedNodesEvent
Event for upper layers.class
ColumnCreatedEvent
This event signals that a column has been created.class
ColumnDeletedEvent
This event signals that a column has been deleted.class
ColumnNameChangedEvent
This event signals that a columns name has been changed.class
NetworkAboutToBeDestroyedEvent
This event signals that a network is about to be destroyed.class
NetworkAddedEvent
This event signals that a network has been added.class
NetworkDestroyedEvent
This event signals that a Network has been destroyed.class
RemovedEdgesEvent
Just a signal in case anyone wants to resync after an edge has been removed.class
RemovedNodesEvent
Just a signal in case anyone wants to resync after a node has been removed.class
RowsCreatedEvent
This event signals that rows have been created.class
RowsDeletedEvent
This event signals that rows have been Deleted.class
RowsSetEvent
This event signals that rows have been set.class
SelectedNodesAndEdgesEvent
Event that signals when the selection state of nodes and/or edges has changed within a network.class
SetNetworkPointerEvent
Used to track setting of nested networks on nodes.class
TableAboutToBeDeletedEvent
This event signals that a table is about to be deleted.class
TableAddedEvent
This event will be fired when new table is added toCyTableManager
.class
TableDeletedEvent
This event signals that a table has been deleted.class
TablePrivacyChangedEvent
This event is fired when a table privacy is changed from public to private or vice versa.class
TableTitleChangedEvent
TODO: Missing documentationclass
UnsetNetworkPointerEvent
Used to track removing of nested networks from nodes. -
Uses of CyEvent in org.cytoscape.property
Classes in org.cytoscape.property that implement CyEvent Modifier and Type Class Description class
PropertyUpdatedEvent
This event signals that a CyProperty is updated. -
Uses of CyEvent in org.cytoscape.session.events
Classes in org.cytoscape.session.events that implement CyEvent Modifier and Type Class Description class
SessionAboutToBeLoadedEvent
This event is fired right before Cytoscape begins to load a session.class
SessionAboutToBeSavedEvent
This event is fired synchronously by theCySessionManager
at beginning of theCySessionManager.getCurrentSession()
method.class
SessionLoadCancelledEvent
Deprecated.Just listen toSessionLoadedEvent
instead now.class
SessionLoadedEvent
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.class
SessionSaveCancelledEvent
This event is fired when a session save task is cancelled, which can also happen because of exceptions.class
SessionSavedEvent
TODO: Missing documentation -
Uses of CyEvent in org.cytoscape.view.model.events
Classes in org.cytoscape.view.model.events that implement CyEvent Modifier and Type Class Description class
AboutToRemoveEdgeViewsEvent
When edgeView
s are about to be removed from a CyNetworkView, this event will be fired.class
AboutToRemoveNodeViewsEvent
When nodeView
s are about to be removed from a CyNetworkView, this event will be fired.class
AddedEdgeViewsEvent
When edge View is added to a CyNetworkView, this event will be fired.class
AddedNodeViewsEvent
When node View is added to a CyNetworkView, this event will be fired.class
FitContentEvent
Fit network visualization to the given container.class
FitSelectedEvent
Fit only selected graph object views to the container.class
NetworkViewAboutToBeDestroyedEvent
When aCyNetworkView
is about to be destroyed, this event will be fired.class
NetworkViewAddedEvent
When aCyNetworkView
is added to a CyNetworkViewManager, this event will be fired.class
NetworkViewDestroyedEvent
When aCyNetworkView
is destroyed, this event will be fired.class
UpdateNetworkPresentationEvent
If something has been changed in the view model, presentation layer should catch the event and update its visualization.class
ViewChangedEvent<T>
This event is fired when aVisualProperty
value is set or removed from aView
. -
Uses of CyEvent in org.cytoscape.view.presentation.events
Classes in org.cytoscape.view.presentation.events that implement CyEvent Modifier and Type Class Description class
RenderingEngineAboutToBeRemovedEvent
When presentation (rendered graphics) is destroyed, this event should be fired.class
RenderingEngineAddedEvent
When new presentation is created, its factory always creates a RenderingEngine). -
Uses of CyEvent in org.cytoscape.view.vizmap.events
Classes in org.cytoscape.view.vizmap.events that implement CyEvent Modifier and Type Class Description class
SetCurrentVisualStyleEvent
TODO: Missing documentationclass
VisualMappingFunctionChangedEvent
VisualMappingFunctions should fire this event when the contents of the mapping are modified.class
VisualPropertyDependencyChangedEvent
Visual property dependencies should fire this event whenVisualPropertyDependency.setDependency(boolean)
is called with a different value.class
VisualStyleAboutToBeRemovedEvent
This event will be fired when VisualStyle object is removed from VisualMappingManager.class
VisualStyleAddedEvent
When new VisualStyle is added to theVisualMappingManager
, it fires this event.class
VisualStyleChangedEvent
When contents (default values or mappings) of an existing VisualStyle is modified, this event should be fired.class
VisualStyleSetEvent
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.gui.event
Classes in org.cytoscape.view.vizmap.gui.event that implement CyEvent Modifier and Type Class Description class
LexiconStateChangedEvent
Tell listeners a enabled/disabled visual properties.
-