eTextReader
Class DocEvent

java.lang.Object
  extended by eTextReader.DocEvent

public class DocEvent
extends java.lang.Object


Field Summary
private  java.lang.String direction
           
(package private)  ScrollingContentPane source
           
 
Constructor Summary
DocEvent(java.lang.String direction, ScrollingContentPane source)
           
 
Method Summary
 java.lang.String getDirection()
           
 ScrollingContentPane getSource()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

direction

private java.lang.String direction

source

ScrollingContentPane source
Constructor Detail

DocEvent

public DocEvent(java.lang.String direction,
                ScrollingContentPane source)
Method Detail

getDirection

public java.lang.String getDirection()

getSource

public ScrollingContentPane getSource()