public final class AddedNodeViewsEvent extends AbstractCyPayloadEvent<CyNetworkView,View<CyNode>>
Module: viewmodel-api
To use this in your app, include the following dependency in your POM:
<dependency> <groupId>org.cytoscape</groupId> <artifactId>viewmodel-api</artifactId> </dependency>
Constructor and Description |
---|
AddedNodeViewsEvent(CyNetworkView source,
Collection<View<CyNode>> nodeViews)
Creates the event for a new node view.
|
Modifier and Type | Method and Description |
---|---|
Collection<View<CyNode>> |
getNodeViews()
Returns new node view object.
|
getPayloadCollection
getListenerClass, getSource
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getListenerClass, getSource
public AddedNodeViewsEvent(CyNetworkView source, Collection<View<CyNode>> nodeViews)
source
- network view which includes the new node view.nodeViews
- Collection of newly created view object for a node.public Collection<View<CyNode>> getNodeViews()
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.