cytoscape.visual.ui
Class VizMapAttrTab.CalculatorUIListener
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VizMapAttrTab.CalculatorUIListener
protected VizMapAttrTab.CalculatorUIListener()
stateChanged
public void stateChanged(ChangeEvent e)
- Specified by:
stateChanged
in interface ChangeListener