Cytoscape 2.7.0 (c) 2006,2007 ISB, MSKCC, UCSD

cytoscape.visual.ui
Class HideNodeListener

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

public class HideNodeListener
extends Object
implements PropertyChangeListener

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


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

Constructor Detail

HideNodeListener

public HideNodeListener()
Method Detail

propertyChange

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

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

www.cytoscape.org