Eclipse Platform
2.1

Uses of Interface
org.eclipse.jface.text.source.ICharacterPairMatcher

Packages that use ICharacterPairMatcher
org.eclipse.jface.text.source Provides a framework for connecting document regions with annotations and for displaying those annotations in combination with an ITextViewer
org.eclipse.ui.texteditor Provides a framework for text editors obeying to the desktop rules. 
 

Uses of ICharacterPairMatcher in org.eclipse.jface.text.source
 

Constructors in org.eclipse.jface.text.source with parameters of type ICharacterPairMatcher
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
 void SourceViewerDecorationSupport.setCharacterPairMatcher(ICharacterPairMatcher pairMatcher)
          Sets the character pair matcher for the matching character painter.
 


Eclipse Platform
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.