Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.gjt.sp.jedit
Class View.ScrollHandler  view View.ScrollHandler download View.ScrollHandler.java

java.lang.Object
  extended byorg.gjt.sp.jedit.View.ScrollHandler
All Implemented Interfaces:
java.util.EventListener, org.gjt.sp.jedit.textarea.ScrollListener
Enclosing class:
View

class View.ScrollHandler
extends java.lang.Object
implements org.gjt.sp.jedit.textarea.ScrollListener


Constructor Summary
(package private) View.ScrollHandler()
           
 
Method Summary
 void scrolledHorizontally(org.gjt.sp.jedit.textarea.JEditTextArea textArea)
           
 void scrolledVertically(org.gjt.sp.jedit.textarea.JEditTextArea textArea)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

View.ScrollHandler

View.ScrollHandler()
Method Detail

scrolledVertically

public void scrolledVertically(org.gjt.sp.jedit.textarea.JEditTextArea textArea)
Specified by:
scrolledVertically in interface org.gjt.sp.jedit.textarea.ScrollListener

scrolledHorizontally

public void scrolledHorizontally(org.gjt.sp.jedit.textarea.JEditTextArea textArea)
Specified by:
scrolledHorizontally in interface org.gjt.sp.jedit.textarea.ScrollListener