Uses of Interface
org.eclipse.jface.text.source.ICharacterPairMatcher
-
Packages that use ICharacterPairMatcher Package Description org.eclipse.jface.text.source Provides a framework for connecting document regions with annotations and for displaying those.org.eclipse.ui.texteditor Provides a framework for text editors obeying to the desktop rules. -
-
Uses of ICharacterPairMatcher in org.eclipse.jface.text.source
Classes in org.eclipse.jface.text.source that implement ICharacterPairMatcher Modifier and Type Class Description class
DefaultCharacterPairMatcher
A character pair matcher that matches a specified set of character pairs against each other.Constructors in org.eclipse.jface.text.source with parameters of type ICharacterPairMatcher Constructor Description MatchingCharacterPainter(ISourceViewer sourceViewer, ICharacterPairMatcher matcher)
Creates a new MatchingCharacterPainter for the given source viewer using the given character pair matcher. -
Uses of ICharacterPairMatcher in org.eclipse.ui.texteditor
Methods in org.eclipse.ui.texteditor with parameters of type ICharacterPairMatcher Modifier and Type Method Description void
SourceViewerDecorationSupport. setCharacterPairMatcher(ICharacterPairMatcher pairMatcher)
Sets the character pair matcher for the matching character painter.
-