|
|||||||||
| Home >> All >> org >> gjt >> sp >> jedit >> [ textarea overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.gjt.sp.jedit.textarea
Interface ScrollListener

- All Superinterfaces:
- java.util.EventListener
- public interface ScrollListener
- extends java.util.EventListener
A scroll listener will be notified when the text area is scrolled, either horizontally or vertically.
- Since:
- jEdit 3.2pre2
- Version:
- $Id: ScrollListener.java,v 1.1.1.1 2001/09/02 05:38:14 spestov Exp $
| Method Summary | |
void |
scrolledHorizontally(JEditTextArea textArea)
|
void |
scrolledVertically(JEditTextArea textArea)
|
| Method Detail |
scrolledVertically
public void scrolledVertically(JEditTextArea textArea)
scrolledHorizontally
public void scrolledHorizontally(JEditTextArea textArea)
|
|||||||||
| Home >> All >> org >> gjt >> sp >> jedit >> [ textarea overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC