Uses of Interface
org.gjt.sp.jedit.visitors.JEditVisitor

Packages that use JEditVisitor
org.gjt.sp.jedit This package contains jEdit's core classes. 
org.gjt.sp.jedit.visitors   
 

Uses of JEditVisitor in org.gjt.sp.jedit
 

Methods in org.gjt.sp.jedit with parameters of type JEditVisitor
 void View.visit(JEditVisitor visitor)
          Visit the the editpanes and textareas of the view
static void jEdit.visit(JEditVisitor visitor)
          Visit the views, editpanes and textareas
 

Uses of JEditVisitor in org.gjt.sp.jedit.visitors
 

Classes in org.gjt.sp.jedit.visitors that implement JEditVisitor
 class JEditVisitorAdapter
          A visitor that can visit a View, an EditPane or a JEditTextArea.
 class SaveCaretInfoVisitor