apollo.gui.detailviewers.sequencealigner
Class HorizontalScrollBarAdjustmentListener

java.lang.Object
  extended by apollo.gui.detailviewers.sequencealigner.HorizontalScrollBarAdjustmentListener
All Implemented Interfaces:
java.awt.event.AdjustmentListener, java.util.EventListener

public class HorizontalScrollBarAdjustmentListener
extends java.lang.Object
implements java.awt.event.AdjustmentListener


Constructor Summary
HorizontalScrollBarAdjustmentListener(javax.swing.JViewport viewport)
           
 
Method Summary
 void adjustmentValueChanged(java.awt.event.AdjustmentEvent e)
          assumes that the scrollbar adjustment values have the same bounds as the number of pixels in the component in the viewport
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HorizontalScrollBarAdjustmentListener

public HorizontalScrollBarAdjustmentListener(javax.swing.JViewport viewport)
Method Detail

adjustmentValueChanged

public void adjustmentValueChanged(java.awt.event.AdjustmentEvent e)
assumes that the scrollbar adjustment values have the same bounds as the number of pixels in the component in the viewport

Specified by:
adjustmentValueChanged in interface java.awt.event.AdjustmentListener