Uses of Interface
org.gjt.sp.jedit.textarea.StatusListener

Packages that use StatusListener
org.gjt.sp.jedit.textarea The classes in this package are in the process of being refactored, for jedit 4.3final. 
 

Uses of StatusListener in org.gjt.sp.jedit.textarea
 

Methods in org.gjt.sp.jedit.textarea with parameters of type StatusListener
 void TextArea.addStatusListener(StatusListener listener)
          Adds a scroll listener to this text area.
 void TextArea.removeStatusListener(StatusListener listener)
          Removes a scroll listener from this text area.