Uses of Interface
org.gjt.sp.jedit.textarea.StructureMatcher
Packages that use StructureMatcher
-
Uses of StructureMatcher in org.gjt.sp.jedit.textarea
Classes in org.gjt.sp.jedit.textarea that implement StructureMatcherFields in org.gjt.sp.jedit.textarea declared as StructureMatcherMethods in org.gjt.sp.jedit.textarea with parameters of type StructureMatcherModifier and TypeMethodDescriptionvoidTextArea.addStructureMatcher(StructureMatcher matcher) Adds a structure matcher.voidTextArea.removeStructureMatcher(StructureMatcher matcher) Removes a structure matcher.Constructors in org.gjt.sp.jedit.textarea with parameters of type StructureMatcherModifierConstructorDescriptionMatch(StructureMatcher matcher) Match(StructureMatcher matcher, int startLine, int start, int endLine, int end)