edu.uci.ics.jung.visualization
Class GraphZoomScrollPane.ResizeListener

java.lang.Object
  extended byjava.awt.event.ComponentAdapter
      extended byedu.uci.ics.jung.visualization.GraphZoomScrollPane.ResizeListener
All Implemented Interfaces:
ComponentListener, EventListener
Enclosing class:
GraphZoomScrollPane

protected class GraphZoomScrollPane.ResizeListener
extends ComponentAdapter

Listener to adjust the scroll bar parameters when the window is resized


Constructor Summary
protected GraphZoomScrollPane.ResizeListener()
           
 
Method Summary
 void componentHidden(ComponentEvent e)
           
 void componentResized(ComponentEvent e)
           
 void componentShown(ComponentEvent e)
           
 
Methods inherited from class java.awt.event.ComponentAdapter
componentMoved
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphZoomScrollPane.ResizeListener

protected GraphZoomScrollPane.ResizeListener()
Method Detail

componentHidden

public void componentHidden(ComponentEvent e)

componentResized

public void componentResized(ComponentEvent e)

componentShown

public void componentShown(ComponentEvent e)