java.awt
Class PeerFixer

java.lang.Object
  |
  +--java.awt.PeerFixer
All Implemented Interfaces:
AdjustmentListener, EventListener, Serializable

class PeerFixer
extends Object
implements AdjustmentListener, Serializable


Field Summary
private  ScrollPane scroller
           
 
Constructor Summary
(package private) PeerFixer(ScrollPane scroller)
           
 
Method Summary
 void adjustmentValueChanged(AdjustmentEvent e)
          Invoked when the value of the adjustable has changed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

scroller

private ScrollPane scroller
Constructor Detail

PeerFixer

PeerFixer(ScrollPane scroller)
Method Detail

adjustmentValueChanged

public void adjustmentValueChanged(AdjustmentEvent e)
Invoked when the value of the adjustable has changed.

Specified by:
adjustmentValueChanged in interface AdjustmentListener


comments?