Uses of Class
org.gjt.sp.jedit.msg.BufferUpdate

Packages that use BufferUpdate
org.gjt.sp.jedit This package contains jEdit's core classes. 
org.gjt.sp.jedit.browser jEdit's file system browser. 
org.gjt.sp.jedit.gui Various GUI controls and dialog boxes. 
org.gjt.sp.jedit.gui.statusbar   
org.gjt.sp.jedit.search Search and replace classes. 
 

Uses of BufferUpdate in org.gjt.sp.jedit
 

Methods in org.gjt.sp.jedit with parameters of type BufferUpdate
 void View.handleBufferUpdate(BufferUpdate msg)
           
 void Macros.Recorder.handleBufferUpdate(BufferUpdate bmsg)
           
 void EditPane.handleBufferUpdate(BufferUpdate msg)
           
 

Uses of BufferUpdate in org.gjt.sp.jedit.browser
 

Methods in org.gjt.sp.jedit.browser with parameters of type BufferUpdate
 void VFSBrowser.handleBufferUpdate(BufferUpdate bmsg)
           
 

Uses of BufferUpdate in org.gjt.sp.jedit.gui
 

Methods in org.gjt.sp.jedit.gui with parameters of type BufferUpdate
 void MarkerViewer.handleBufferUpdate(BufferUpdate bu)
           
 

Uses of BufferUpdate in org.gjt.sp.jedit.gui.statusbar
 

Methods in org.gjt.sp.jedit.gui.statusbar with parameters of type BufferUpdate
 void LastModifiedWidgetFactory.LastModifiedWidget.handleMessage(BufferUpdate message)
           
 

Uses of BufferUpdate in org.gjt.sp.jedit.search
 

Methods in org.gjt.sp.jedit.search with parameters of type BufferUpdate
 void HyperSearchResult.GotoDelayed.handleBufferUpdate(BufferUpdate msg)
           
 void HyperSearchResults.handleBufferUpdate(BufferUpdate bmsg)