eTextReader
Class Browser.SelectionEvent

java.lang.Object
  extended by java.util.EventObject
      extended by javax.swing.event.CaretEvent
          extended by eTextReader.Browser.SelectionEvent
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Browser

public class Browser.SelectionEvent
extends javax.swing.event.CaretEvent

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
private Browser.SelectionEvent(java.lang.Object source)
           
 
Method Summary
 int getDot()
           
 int getMark()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Browser.SelectionEvent

private Browser.SelectionEvent(java.lang.Object source)
Method Detail

getDot

public int getDot()
Specified by:
getDot in class javax.swing.event.CaretEvent

getMark

public int getMark()
Specified by:
getMark in class javax.swing.event.CaretEvent