Uses of Interface
org.gjt.sp.jedit.visitors.JEditVisitor
Packages that use JEditVisitor
Package
Description
This package contains jEdit 4's core classes.
Visitor classes for EditPanes, Views, and Text Areas.
-
Uses of JEditVisitor in org.gjt.sp.jedit
Methods in org.gjt.sp.jedit with parameters of type JEditVisitorModifier and TypeMethodDescriptionstatic voidjEdit.visit(JEditVisitor visitor) Visit the views, editpanes and textareasvoidView.visit(JEditVisitor visitor) Visit the the editpanes and textareas of the view -
Uses of JEditVisitor in org.gjt.sp.jedit.visitors
Classes in org.gjt.sp.jedit.visitors that implement JEditVisitorModifier and TypeClassDescriptionclassDefault implementation of a jEditVisitor.classA visitor that saves the caret info of an EditPane