Cytoscape 3.0.1 API

org.cytoscape.application.events
Class SetSelectedNetworkViewsEvent

java.lang.Object
  extended by org.cytoscape.event.AbstractCyEvent<CyApplicationManager>
      extended by org.cytoscape.application.events.SetSelectedNetworkViewsEvent
All Implemented Interfaces:
CyEvent<CyApplicationManager>

public final class SetSelectedNetworkViewsEvent
extends AbstractCyEvent<CyApplicationManager>

An event that indicates that a collection of network views has been selected.


Cytoscape Backwards Compatibility (Final Class): This class is final and therefore can't be extended by users. This means that we may add methods for minor version updates. Methods will only be removed for major version updates.

Constructor Summary
SetSelectedNetworkViewsEvent(CyApplicationManager source, List<CyNetworkView> views)
          Constructor.
 
Method Summary
 List<CyNetworkView> getNetworkViews()
          Returns the list of network views that have been selected.
 
Methods inherited from class org.cytoscape.event.AbstractCyEvent
getListenerClass, getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetSelectedNetworkViewsEvent

public SetSelectedNetworkViewsEvent(CyApplicationManager source,
                                    List<CyNetworkView> views)
Constructor.

Parameters:
source - The application manager firing the event.
views - A list of CyNetworkViews that have been selected.
Method Detail

getNetworkViews

public List<CyNetworkView> getNetworkViews()
Returns the list of network views that have been selected.

Returns:
The list of network views that have been selected.

Cytoscape 3.0.1 API

Copyright 2011 Cytoscape Consortium. All rights reserved.