Cytoscape 2.8.0 API

cytoscape.visual.ui
Class VizMapBypassNetworkListener

java.lang.Object
  extended by cytoscape.visual.ui.VizMapBypassNetworkListener
All Implemented Interfaces:
PropertyChangeListener, EventListener

public class VizMapBypassNetworkListener
extends Object
implements PropertyChangeListener

Adds NodeView and EdgeView vizmap bypass listeners to network views as the views are created.


Constructor Summary
VizMapBypassNetworkListener()
           
 
Method Summary
 void propertyChange(PropertyChangeEvent evnt)
          Listens for NETWORK_VIEW_CREATED events and if it hears one, it adds node and edge context menu listeners to the view.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VizMapBypassNetworkListener

public VizMapBypassNetworkListener()
Method Detail

propertyChange

public void propertyChange(PropertyChangeEvent evnt)
Listens for NETWORK_VIEW_CREATED events and if it hears one, it adds node and edge context menu listeners to the view.

Specified by:
propertyChange in interface PropertyChangeListener
Parameters:
evnt - The event we're hearing.

Cytoscape 2.8.0 API

Copyright 2010 Cytoscape Consortium. All rights reserved.