cytoscape.visual.ui
Class VizMapAttrTab.TabContainerListener

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

protected class VizMapAttrTab.TabContainerListener
extends Object
implements ChangeListener

TabContainerListener refreshes the tab's UI when the tab becomes visible. This ensures that the UI stays synchronized for attributes that reuse the same calculator.


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

Field Detail

tabIndex

protected int tabIndex
Constructor Detail

VizMapAttrTab.TabContainerListener

public VizMapAttrTab.TabContainerListener(int tabIndex)
Method Detail

stateChanged

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