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

Packages that use ViewUpdate
org.gjt.sp.jedit This package contains jEdit's core classes. 
org.gjt.sp.jedit.gui Various GUI controls and dialog boxes. 
org.gjt.sp.jedit.gui.statusbar Widget Factory classes for Status Bar Widgets 
 

Uses of ViewUpdate in org.gjt.sp.jedit
 

Methods in org.gjt.sp.jedit with parameters of type ViewUpdate
 void View.handleViewUpdate(ViewUpdate msg)
           
 

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

Methods in org.gjt.sp.jedit.gui with parameters of type ViewUpdate
 void MarkerViewer.handleViewUpdate(ViewUpdate vu)
           
 

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

Methods in org.gjt.sp.jedit.gui.statusbar with parameters of type ViewUpdate
 void SelectionLengthWidgetFactory.SelectionLengthWidget.handleViewUpdate(ViewUpdate viewUpdate)