Cytoscape 2.8.0 API

giny.model
Class NestedNetworkChangeEvent

java.lang.Object
  extended by java.util.EventObject
      extended by giny.model.NestedNetworkChangeEvent
All Implemented Interfaces:
Serializable

public class NestedNetworkChangeEvent
extends EventObject

This event will be fired when nested network is created/removed.

Author:
kono
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
NestedNetworkChangeEvent(Object source, Node parentNode, GraphView nestedGraphView)
           
 
Method Summary
 GraphView getNestedNetworkView()
          Nested network view pointed by a node in other network.
 Node getNestedNode()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NestedNetworkChangeEvent

public NestedNetworkChangeEvent(Object source,
                                Node parentNode,
                                GraphView nestedGraphView)
Method Detail

getNestedNode

public Node getNestedNode()
Returns:
Node points to the nested network.

getNestedNetworkView

public GraphView getNestedNetworkView()
Nested network view pointed by a node in other network. This can be null because network view may not be available at this point.

Returns:
nested network.

Cytoscape 2.8.0 API

Copyright 2010 Cytoscape Consortium. All rights reserved.