Uses of Interface
org.cytoscape.event.CyListener
-
Packages that use CyListener 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 This package defines the various interfaces, abstract classes, and enums that represent the Cytoscape Swing Application API.org.cytoscape.application.swing.events This package defines the various events fired by the Cytoscape Swing Application API.org.cytoscape.equations.event org.cytoscape.group.events This package contains the various events and listeners related to group management, creation, and destruction.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. -
-
Uses of CyListener in org.cytoscape.app.event
Subinterfaces of CyListener in org.cytoscape.app.event Modifier and Type Interface Description interfaceAppsFinishedStartingListenerListener for theAppsFinishedStartingEvent. -
Uses of CyListener in org.cytoscape.application.events
Subinterfaces of CyListener in org.cytoscape.application.events Modifier and Type Interface Description interfaceCyShutdownListenerThe listener for theCyShutdownEvent.interfaceCyStartListenerThe listener for theCyStartEvent.interfaceSetCurrentNetworkListenerA listener forSetCurrentNetworkEvents.interfaceSetCurrentNetworkViewListenerA listener forSetCurrentNetworkViewEvents.interfaceSetCurrentRenderingEngineListenerListener forSetCurrentRenderingEngineEvent.interfaceSetSelectedNetworksListenerA listener forSetSelectedNetworksEvents.interfaceSetSelectedNetworkViewsListenerA listener forSetSelectedNetworkViewsEvents. -
Uses of CyListener in org.cytoscape.application.swing
Classes in org.cytoscape.application.swing that implement CyListener Modifier and Type Class Description classAbstractViewUpdater<S>A utility class that provides an implementation ofRowsSetListenerfor a particular column andVisualProperty. -
Uses of CyListener in org.cytoscape.application.swing.events
Subinterfaces of CyListener in org.cytoscape.application.swing.events Modifier and Type Interface Description interfaceCytoPanelComponentSelectedListenerThe listener for handlingCytoPanelComponentSelectedEvent.interfaceCytoPanelStateChangedListenerA listener for handlingCytoPanelStateChangedEvents.interfacePreferencesUpdatedListenerA listener for thePreferencesUpdatedEvent. -
Uses of CyListener in org.cytoscape.equations.event
Subinterfaces of CyListener in org.cytoscape.equations.event Modifier and Type Interface Description interfaceEquationFunctionAddedListenerinterfaceEquationFunctionRemovedListener -
Uses of CyListener in org.cytoscape.group.events
Subinterfaces of CyListener in org.cytoscape.group.events Modifier and Type Interface Description interfaceGroupAboutToBeDestroyedListenerListener forGroupAboutToBeDestroyedEventinterfaceGroupAboutToBeRemovedListenerListener forGroupAboutToBeRemovedEventinterfaceGroupAboutToCollapseListenerListener forGroupAboutToCollapseEventinterfaceGroupAddedListenerListener forGroupAddedEventinterfaceGroupAddedToNetworkListenerListener forGroupAddedToNetworkEventinterfaceGroupCollapsedListenerListener forGroupCollapsedEventinterfaceGroupEdgesAddedListenerListener forGroupEdgesAddedEventinterfaceGroupEdgesRemovedListenerListener forGroupEdgesRemovedEventinterfaceGroupNodesAddedListenerListener forGroupNodesAddedEventinterfaceGroupNodesRemovedListenerListener forGroupNodesRemovedEvent -
Uses of CyListener in org.cytoscape.model.events
-
Uses of CyListener in org.cytoscape.property
Subinterfaces of CyListener in org.cytoscape.property Modifier and Type Interface Description interfacePropertyUpdatedListenerListener interface forPropertyUpdatedEvent. -
Uses of CyListener in org.cytoscape.session.events
Subinterfaces of CyListener in org.cytoscape.session.events Modifier and Type Interface Description interfaceSessionAboutToBeLoadedListenerAny object that needs to know that aCySessionis about to be loaded or created should implement this listener.interfaceSessionAboutToBeSavedListenerAny object that needs to know that aCySessionis about to be created should listen to this event.interfaceSessionLoadCancelledListenerDeprecated.UseSessionLoadedListenerinstead.interfaceSessionLoadedListenerA listener forSessionLoadedEvents.interfaceSessionSaveCancelledListenerA listener forSessionSaveCancelledEvents.interfaceSessionSavedListenerA listener forSessionSavedEvents. -
Uses of CyListener in org.cytoscape.view.model.events
Subinterfaces of CyListener in org.cytoscape.view.model.events Modifier and Type Interface Description interfaceAboutToRemoveEdgeViewsListenerListener for AboutToRemoveEdgeViewsEvent.interfaceAboutToRemoveNodeViewsListenerListener for AboutToRemoveNodeViewsEvent.interfaceAddedEdgeViewsListenerListener for AddedEdgeViewsEvent.interfaceAddedNodeViewsListenerListener for AddedNodeViewsEvent.interfaceFitContentListenerListener for FitContentEvent.interfaceFitSelectedListenerListener for FitSelectedEvent.interfaceNetworkViewAboutToBeDestroyedListenerListener for NetworkViewAboutToBeDestroyedEvent.interfaceNetworkViewAddedListenerListener for NetworkViewAddedEvent.interfaceNetworkViewDestroyedListenerListener for NetworkViewDestroyedEvent.interfaceUpdateNetworkPresentationListenerListener for UpdateNetworkPresentationEvent.interfaceViewChangedListenerListener for ViewChangedEvent. -
Uses of CyListener in org.cytoscape.view.presentation.events
Subinterfaces of CyListener in org.cytoscape.view.presentation.events Modifier and Type Interface Description interfaceRenderingEngineAddedListenerListener for RenderingEngineAddedEvent. -
Uses of CyListener in org.cytoscape.view.vizmap.events
Subinterfaces of CyListener in org.cytoscape.view.vizmap.events Modifier and Type Interface Description interfaceSetCurrentVisualStyleListenerTODO: Missing documentationinterfaceVisualMappingFunctionChangedListenerThis listener is used by theVisualStyleimplementation, so a style can be notified when its visual mappings are changed.interfaceVisualPropertyDependencyChangedListenerThis listener is used by theVisualStyleimplementation, so a style can be notified whenVisualPropertyDependency.setDependency(boolean)is called on any of its visual property dependencies.interfaceVisualStyleAboutToBeRemovedListenerListener for VisualStyleAboutToBeRemovedEvent.interfaceVisualStyleAddedListenerListener for VisualStyleAddedEvent.interfaceVisualStyleChangedListenerTODO: Missing documentationinterfaceVisualStyleSetListenerListener for VisualStyleSetEvent.
-