public final class SetSelectedNetworkViewsEvent extends AbstractCyEvent<CyApplicationManager>
Module: application-api
To use this in your app, include the following dependency in your POM:
<dependency> <groupId>org.cytoscape</groupId> <artifactId>application-api</artifactId> </dependency>
Constructor and Description |
---|
SetSelectedNetworkViewsEvent(CyApplicationManager source,
List<CyNetworkView> views)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
List<CyNetworkView> |
getNetworkViews()
Returns the list of network views that have been selected.
|
getListenerClass, getSource
public SetSelectedNetworkViewsEvent(CyApplicationManager source, List<CyNetworkView> views)
source
- The application manager firing the event.views
- A list of CyNetworkViews that have been selected.public List<CyNetworkView> getNetworkViews()
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.