Cytoscape 3.0.1 API

Uses of Package
org.cytoscape.event

Packages that use org.cytoscape.event
org.cytoscape.app This is the Cytoscape App API, which supports development of Cytoscape 3.X apps in a manner similar to apps developed in Cytoscape 2.X. 
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.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. 
org.cytoscape.view.vizmap.mappings APIs for different mapping functions -- continuous mapping, discrete mapping and pass through mapping. 
 

Classes in org.cytoscape.event used by org.cytoscape.app
CyEventHelper
          The basic event handling interface for Cytoscape.
 

Classes in org.cytoscape.event used by org.cytoscape.application.events
AbstractCyEvent
          A base implementation of CyEvent that can be used by events.
CyEvent
          All Cytoscape events should extend this interface.
CyListener
          The basic interface that any class interested in a particular type of event should implement.
 

Classes in org.cytoscape.event used by org.cytoscape.application.swing
CyListener
          The basic interface that any class interested in a particular type of event should implement.
 

Classes in org.cytoscape.event used by org.cytoscape.application.swing.events
AbstractCyEvent
          A base implementation of CyEvent that can be used by events.
CyEvent
          All Cytoscape events should extend this interface.
CyListener
          The basic interface that any class interested in a particular type of event should implement.
 

Classes in org.cytoscape.event used by org.cytoscape.event
AbstractCyEvent
          A base implementation of CyEvent that can be used by events.
CyEvent
          All Cytoscape events should extend this interface.
CyPayloadEvent
          An extension of CyEvent specifically for payload events.
 

Classes in org.cytoscape.event used by org.cytoscape.group.events
AbstractCyEvent
          A base implementation of CyEvent that can be used by events.
CyEvent
          All Cytoscape events should extend this interface.
CyListener
          The basic interface that any class interested in a particular type of event should implement.
 

Classes in org.cytoscape.event used by org.cytoscape.io.webservice.events
AbstractCyEvent
          A base implementation of CyEvent that can be used by events.
CyEvent
          All Cytoscape events should extend this interface.
 

Classes in org.cytoscape.event used by org.cytoscape.model.events
AbstractCyEvent
          A base implementation of CyEvent that can be used by events.
AbstractCyPayloadEvent
          A base implementation of CyPayloadEvent that can be used by events.
CyEvent
          All Cytoscape events should extend this interface.
CyListener
          The basic interface that any class interested in a particular type of event should implement.
CyPayloadEvent
          An extension of CyEvent specifically for payload events.
 

Classes in org.cytoscape.event used by org.cytoscape.property
AbstractCyEvent
          A base implementation of CyEvent that can be used by events.
CyEvent
          All Cytoscape events should extend this interface.
CyListener
          The basic interface that any class interested in a particular type of event should implement.
 

Classes in org.cytoscape.event used by org.cytoscape.session.events
AbstractCyEvent
          A base implementation of CyEvent that can be used by events.
CyEvent
          All Cytoscape events should extend this interface.
CyListener
          The basic interface that any class interested in a particular type of event should implement.
 

Classes in org.cytoscape.event used by org.cytoscape.view.model.events
AbstractCyEvent
          A base implementation of CyEvent that can be used by events.
AbstractCyPayloadEvent
          A base implementation of CyPayloadEvent that can be used by events.
CyEvent
          All Cytoscape events should extend this interface.
CyListener
          The basic interface that any class interested in a particular type of event should implement.
CyPayloadEvent
          An extension of CyEvent specifically for payload events.
 

Classes in org.cytoscape.event used by org.cytoscape.view.presentation.events
AbstractCyEvent
          A base implementation of CyEvent that can be used by events.
CyEvent
          All Cytoscape events should extend this interface.
CyListener
          The basic interface that any class interested in a particular type of event should implement.
 

Classes in org.cytoscape.event used by org.cytoscape.view.vizmap.events
AbstractCyEvent
          A base implementation of CyEvent that can be used by events.
AbstractCyPayloadEvent
          A base implementation of CyPayloadEvent that can be used by events.
CyEvent
          All Cytoscape events should extend this interface.
CyListener
          The basic interface that any class interested in a particular type of event should implement.
CyPayloadEvent
          An extension of CyEvent specifically for payload events.
 

Classes in org.cytoscape.event used by org.cytoscape.view.vizmap.gui.event
AbstractCyEvent
          A base implementation of CyEvent that can be used by events.
CyEvent
          All Cytoscape events should extend this interface.
 

Classes in org.cytoscape.event used by org.cytoscape.view.vizmap.mappings
CyEventHelper
          The basic event handling interface for Cytoscape.
 


Cytoscape 3.0.1 API

Copyright 2011 Cytoscape Consortium. All rights reserved.