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 interface
AppsFinishedStartingListener
Listener for theAppsFinishedStartingEvent
. -
Uses of CyListener in org.cytoscape.application.events
Subinterfaces of CyListener in org.cytoscape.application.events Modifier and Type Interface Description interface
CyShutdownListener
The listener for theCyShutdownEvent
.interface
CyStartListener
The listener for theCyStartEvent
.interface
SetCurrentNetworkListener
A listener forSetCurrentNetworkEvent
s.interface
SetCurrentNetworkViewListener
A listener forSetCurrentNetworkViewEvent
s.interface
SetCurrentRenderingEngineListener
Listener forSetCurrentRenderingEngineEvent
.interface
SetSelectedNetworksListener
A listener forSetSelectedNetworksEvent
s.interface
SetSelectedNetworkViewsListener
A listener forSetSelectedNetworkViewsEvent
s. -
Uses of CyListener in org.cytoscape.application.swing
Classes in org.cytoscape.application.swing that implement CyListener Modifier and Type Class Description class
AbstractViewUpdater<S>
A utility class that provides an implementation ofRowsSetListener
for 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 interface
CytoPanelComponentSelectedListener
The listener for handlingCytoPanelComponentSelectedEvent
.interface
CytoPanelStateChangedListener
A listener for handlingCytoPanelStateChangedEvent
s.interface
PreferencesUpdatedListener
A listener for thePreferencesUpdatedEvent
. -
Uses of CyListener in org.cytoscape.equations.event
Subinterfaces of CyListener in org.cytoscape.equations.event Modifier and Type Interface Description interface
EquationFunctionAddedListener
interface
EquationFunctionRemovedListener
-
Uses of CyListener in org.cytoscape.group.events
Subinterfaces of CyListener in org.cytoscape.group.events Modifier and Type Interface Description interface
GroupAboutToBeDestroyedListener
Listener forGroupAboutToBeDestroyedEvent
interface
GroupAboutToBeRemovedListener
Listener forGroupAboutToBeRemovedEvent
interface
GroupAboutToCollapseListener
Listener forGroupAboutToCollapseEvent
interface
GroupAddedListener
Listener forGroupAddedEvent
interface
GroupAddedToNetworkListener
Listener forGroupAddedToNetworkEvent
interface
GroupCollapsedListener
Listener forGroupCollapsedEvent
interface
GroupEdgesAddedListener
Listener forGroupEdgesAddedEvent
interface
GroupEdgesRemovedListener
Listener forGroupEdgesRemovedEvent
interface
GroupNodesAddedListener
Listener forGroupNodesAddedEvent
interface
GroupNodesRemovedListener
Listener 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 interface
PropertyUpdatedListener
Listener interface forPropertyUpdatedEvent
. -
Uses of CyListener in org.cytoscape.session.events
Subinterfaces of CyListener in org.cytoscape.session.events Modifier and Type Interface Description interface
SessionAboutToBeLoadedListener
Any object that needs to know that aCySession
is about to be loaded or created should implement this listener.interface
SessionAboutToBeSavedListener
Any object that needs to know that aCySession
is about to be created should listen to this event.interface
SessionLoadCancelledListener
Deprecated.UseSessionLoadedListener
instead.interface
SessionLoadedListener
A listener forSessionLoadedEvent
s.interface
SessionSaveCancelledListener
A listener forSessionSaveCancelledEvent
s.interface
SessionSavedListener
A listener forSessionSavedEvent
s. -
Uses of CyListener in org.cytoscape.view.model.events
Subinterfaces of CyListener in org.cytoscape.view.model.events Modifier and Type Interface Description interface
AboutToRemoveEdgeViewsListener
Listener for AboutToRemoveEdgeViewsEvent.interface
AboutToRemoveNodeViewsListener
Listener for AboutToRemoveNodeViewsEvent.interface
AddedEdgeViewsListener
Listener for AddedEdgeViewsEvent.interface
AddedNodeViewsListener
Listener for AddedNodeViewsEvent.interface
FitContentListener
Listener for FitContentEvent.interface
FitSelectedListener
Listener for FitSelectedEvent.interface
NetworkViewAboutToBeDestroyedListener
Listener for NetworkViewAboutToBeDestroyedEvent.interface
NetworkViewAddedListener
Listener for NetworkViewAddedEvent.interface
NetworkViewDestroyedListener
Listener for NetworkViewDestroyedEvent.interface
UpdateNetworkPresentationListener
Listener for UpdateNetworkPresentationEvent.interface
ViewChangedListener
Listener 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 interface
RenderingEngineAddedListener
Listener 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 interface
SetCurrentVisualStyleListener
TODO: Missing documentationinterface
VisualMappingFunctionChangedListener
This listener is used by theVisualStyle
implementation, so a style can be notified when its visual mappings are changed.interface
VisualPropertyDependencyChangedListener
This listener is used by theVisualStyle
implementation, so a style can be notified whenVisualPropertyDependency.setDependency(boolean)
is called on any of its visual property dependencies.interface
VisualStyleAboutToBeRemovedListener
Listener for VisualStyleAboutToBeRemovedEvent.interface
VisualStyleAddedListener
Listener for VisualStyleAddedEvent.interface
VisualStyleChangedListener
TODO: Missing documentationinterface
VisualStyleSetListener
Listener for VisualStyleSetEvent.
-