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

Packages that use StructureMatcher
org.gjt.sp.jedit.textarea Since jEdit 4.2, many TextArea classes have been split into a base and derived class. 
 

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

Classes in org.gjt.sp.jedit.textarea that implement StructureMatcher
static class StructureMatcher.BracketMatcher
           
 

Fields in org.gjt.sp.jedit.textarea declared as StructureMatcher
 StructureMatcher StructureMatcher.Match.matcher
           
 

Methods in org.gjt.sp.jedit.textarea with parameters of type StructureMatcher
 void TextArea.addStructureMatcher(StructureMatcher matcher)
          Adds a structure matcher.
 void TextArea.removeStructureMatcher(StructureMatcher matcher)
          Removes a structure matcher.
 

Constructors in org.gjt.sp.jedit.textarea with parameters of type StructureMatcher
StructureMatcher.Match(StructureMatcher matcher)
           
StructureMatcher.Match(StructureMatcher matcher, int startLine, int start, int endLine, int end)