|
Cytoscape 3.1.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.cytoscape.event.AbstractCyEvent<CyNode>
org.cytoscape.model.events.SetNetworkPointerEvent
public final class SetNetworkPointerEvent
Used to track setting of nested networks on nodes.
Module: model-api
To use this in your app, include the following dependency in your POM:
<dependency>
<groupId>org.cytoscape</groupId>
<artifactId>model-api</artifactId>
</dependency>| Constructor Summary | |
|---|---|
SetNetworkPointerEvent(CyNode node,
CyNetwork network)
Constructs event. |
|
| Method Summary | |
|---|---|
CyNetwork |
getNetwork()
Returns the CyNetwork for this event. |
CyNode |
getNode()
Returns the CyNode for this event. |
| 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 |
|---|
public SetNetworkPointerEvent(CyNode node,
CyNetwork network)
node - the node that the nested network was set onnetwork - the network that was set as the nested network on "node"| Method Detail |
|---|
public CyNode getNode()
public CyNetwork getNetwork()
|
Cytoscape 3.1.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||