cytoscape.visual.ui
Class VizMapAttrTab.CalculatorUIListener

java.lang.Object
  extended by cytoscape.visual.ui.VizMapAttrTab.CalculatorUIListener
All Implemented Interfaces:
EventListener, ChangeListener
Enclosing class:
VizMapAttrTab

protected class VizMapAttrTab.CalculatorUIListener
extends Object
implements ChangeListener

CalculatorUIListener listens to the current calculator for the visual attribute displayed by this tab. When that calculator is modified, this listener updates the UI for that calculator and redraws the graph. A single instance of this listener is maintained by this class and is removed and reattached when the current calculator changes.


Constructor Summary
protected VizMapAttrTab.CalculatorUIListener()
           
 
Method Summary
 void stateChanged(ChangeEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VizMapAttrTab.CalculatorUIListener

protected VizMapAttrTab.CalculatorUIListener()
Method Detail

stateChanged

public void stateChanged(ChangeEvent e)
Specified by:
stateChanged in interface ChangeListener