Uses of Class
org.cytoscape.event.AbstractCyEvent
-
Packages that use AbstractCyEvent 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 AbstractCyEvent in org.cytoscape.app.event
Subclasses of AbstractCyEvent in org.cytoscape.app.event Modifier and Type Class Description classAppsFinishedStartingEventAn event that occurs when the Cytoscape core has started, and any installed apps have either finished starting or failed to start. -
Uses of AbstractCyEvent in org.cytoscape.application.events
Subclasses of AbstractCyEvent in org.cytoscape.application.events Modifier and Type Class Description classCyShutdownEventAn event fired immediately before Cytoscape will be shutdown.classCyStartEventAn event fired after Cytoscape startup mostly complete (but not necessarily 100 percent).classSetCurrentNetworkEventAn event signaling that the a network has been set to current.classSetCurrentNetworkViewEventAn event indicating that a network view has been set to current.classSetCurrentRenderingEngineEventThis event signals that aRenderingEnginehas been set as current.classSetSelectedNetworksEventAn event indicating the a collection of networks has been selected.classSetSelectedNetworkViewsEventAn event that indicates that a collection of network views has been selected. -
Uses of AbstractCyEvent in org.cytoscape.application.swing.events
Subclasses of AbstractCyEvent in org.cytoscape.application.swing.events Modifier and Type Class Description classCytoPanelComponentSelectedEventThe event fired to indicate that aCytoPanelComponenthas been selected.classCytoPanelStateChangedEventAn event to indicate that a CytoPanel has changed state.classPreferencesUpdatedEventAn event indicating that system preferences have been updated. -
Uses of AbstractCyEvent in org.cytoscape.equations.event
Subclasses of AbstractCyEvent in org.cytoscape.equations.event Modifier and Type Class Description classEquationFunctionAddedEventclassEquationFunctionRemovedEvent -
Uses of AbstractCyEvent in org.cytoscape.event
Subclasses of AbstractCyEvent in org.cytoscape.event Modifier and Type Class Description classAbstractCyPayloadEvent<T,P>A base implementation ofCyPayloadEventthat can be used by events. -
Uses of AbstractCyEvent in org.cytoscape.group.events
Subclasses of AbstractCyEvent in org.cytoscape.group.events Modifier and Type Class Description classGroupAboutToBeDestroyedEventThis event signals that a group is about to be destroyed -- i.e.classGroupAboutToBeRemovedEventThis event signals that a group is about to be removed from a network, but not completely deleted.classGroupAboutToCollapseEventThis event signals that a group is either about to be expanded or collapsed in a particular network.classGroupAddedEventThis event signals that a new group has been added.classGroupAddedToNetworkEventThis event signals that an existing group has been added to a new network.classGroupCollapsedEventThis event signals that a group has either been expanded or collapsed in a particular network.classGroupEdgesAddedEventThis event signals that edges have been added to the network.classGroupEdgesRemovedEventThis event signals that edges have been removed from the network.classGroupNodesAddedEventThis event signals that edges have been added to the network.classGroupNodesRemovedEventThis event signals that edges have been removed from the network. -
Uses of AbstractCyEvent in org.cytoscape.io.webservice.events
Subclasses of AbstractCyEvent in org.cytoscape.io.webservice.events Modifier and Type Class Description classDataImportFinishedEvent<T>An event indicating that data has been successfully imported.classSearchFinishedEvent<T>An event that indicates a search has completed. -
Uses of AbstractCyEvent in org.cytoscape.model.events
Subclasses of AbstractCyEvent in org.cytoscape.model.events Modifier and Type Class Description classAboutToRemoveEdgesEventFired before an edge is actually removed so that listeners have a chance to clean up before the edge object disappears.classAboutToRemoveNodesEventFired before a node is actually removed so that listeners have a chance to clean up before the node object disappears.classAddedEdgesEventAn event fired when an edge is added to a network.classAddedNodesEventEvent for upper layers.classColumnCreatedEventThis event signals that a column has been created.classColumnDeletedEventThis event signals that a column has been deleted.classColumnNameChangedEventThis event signals that a columns name has been changed.classNetworkAboutToBeDestroyedEventThis event signals that a network is about to be destroyed.classNetworkAddedEventThis event signals that a network has been added.classNetworkDestroyedEventThis event signals that a Network has been destroyed.classRemovedEdgesEventJust a signal in case anyone wants to resync after an edge has been removed.classRemovedNodesEventJust a signal in case anyone wants to resync after a node has been removed.classRowsCreatedEventThis event signals that rows have been created.classRowsDeletedEventThis event signals that rows have been Deleted.classRowsSetEventThis event signals that rows have been set.classSelectedNodesAndEdgesEventEvent that signals when the selection state of nodes and/or edges has changed within a network.classSetNetworkPointerEventUsed to track setting of nested networks on nodes.classTableAboutToBeDeletedEventThis event signals that a table is about to be deleted.classTableAddedEventThis event will be fired when new table is added toCyTableManager.classTableDeletedEventThis event signals that a table has been deleted.classTablePrivacyChangedEventThis event is fired when a table privacy is changed from public to private or vice versa.classTableTitleChangedEventTODO: Missing documentationclassUnsetNetworkPointerEventUsed to track removing of nested networks from nodes. -
Uses of AbstractCyEvent in org.cytoscape.property
Subclasses of AbstractCyEvent in org.cytoscape.property Modifier and Type Class Description classPropertyUpdatedEventThis event signals that a CyProperty is updated. -
Uses of AbstractCyEvent in org.cytoscape.session.events
Subclasses of AbstractCyEvent in org.cytoscape.session.events Modifier and Type Class Description classSessionAboutToBeLoadedEventThis event is fired right before Cytoscape begins to load a session.classSessionAboutToBeSavedEventThis event is fired synchronously by theCySessionManagerat beginning of theCySessionManager.getCurrentSession()method.classSessionLoadCancelledEventDeprecated.Just listen toSessionLoadedEventinstead now.classSessionLoadedEventThis 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.classSessionSaveCancelledEventThis event is fired when a session save task is cancelled, which can also happen because of exceptions.classSessionSavedEventTODO: Missing documentation -
Uses of AbstractCyEvent in org.cytoscape.view.model.events
Subclasses of AbstractCyEvent in org.cytoscape.view.model.events Modifier and Type Class Description classAboutToRemoveEdgeViewsEventWhen edgeViews are about to be removed from a CyNetworkView, this event will be fired.classAboutToRemoveNodeViewsEventWhen nodeViews are about to be removed from a CyNetworkView, this event will be fired.classAddedEdgeViewsEventWhen edge View is added to a CyNetworkView, this event will be fired.classAddedNodeViewsEventWhen node View is added to a CyNetworkView, this event will be fired.classFitContentEventFit network visualization to the given container.classFitSelectedEventFit only selected graph object views to the container.classNetworkViewAboutToBeDestroyedEventWhen aCyNetworkViewis about to be destroyed, this event will be fired.classNetworkViewAddedEventWhen aCyNetworkViewis added to a CyNetworkViewManager, this event will be fired.classNetworkViewDestroyedEventWhen aCyNetworkViewis destroyed, this event will be fired.classUpdateNetworkPresentationEventIf something has been changed in the view model, presentation layer should catch the event and update its visualization.classViewChangedEvent<T>This event is fired when aVisualPropertyvalue is set or removed from aView. -
Uses of AbstractCyEvent in org.cytoscape.view.presentation.events
Subclasses of AbstractCyEvent in org.cytoscape.view.presentation.events Modifier and Type Class Description classRenderingEngineAboutToBeRemovedEventWhen presentation (rendered graphics) is destroyed, this event should be fired.classRenderingEngineAddedEventWhen new presentation is created, its factory always creates a RenderingEngine). -
Uses of AbstractCyEvent in org.cytoscape.view.vizmap.events
Subclasses of AbstractCyEvent in org.cytoscape.view.vizmap.events Modifier and Type Class Description classSetCurrentVisualStyleEventTODO: Missing documentationclassVisualMappingFunctionChangedEventVisualMappingFunctions should fire this event when the contents of the mapping are modified.classVisualPropertyDependencyChangedEventVisual property dependencies should fire this event whenVisualPropertyDependency.setDependency(boolean)is called with a different value.classVisualStyleAboutToBeRemovedEventThis event will be fired when VisualStyle object is removed from VisualMappingManager.classVisualStyleAddedEventWhen new VisualStyle is added to theVisualMappingManager, it fires this event.classVisualStyleChangedEventWhen contents (default values or mappings) of an existing VisualStyle is modified, this event should be fired.classVisualStyleSetEventEvent fired when aVisualStyleis set to a network view through VisualMappingManager.setVisualStyle(VisualStyle, org.cytoscape.view.model.CyNetworkView). -
Uses of AbstractCyEvent in org.cytoscape.view.vizmap.gui.event
Subclasses of AbstractCyEvent in org.cytoscape.view.vizmap.gui.event Modifier and Type Class Description classLexiconStateChangedEventTell listeners a enabled/disabled visual properties.
-