Eclipse Platform
2.1

Uses of Interface
org.eclipse.jface.text.formatter.IContentFormatter

Packages that use IContentFormatter
org.eclipse.jface.text.formatter Provides a text formatter add-on for an ITextViewer
org.eclipse.jface.text.source Provides a framework for connecting document regions with annotations and for displaying those annotations in combination with an ITextViewer
 

Uses of IContentFormatter in org.eclipse.jface.text.formatter
 

Classes in org.eclipse.jface.text.formatter that implement IContentFormatter
 class ContentFormatter
          Standard implementation of IContentFormatter.
 

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

Fields in org.eclipse.jface.text.source declared as IContentFormatter
protected  IContentFormatter SourceViewer.fContentFormatter
          The viewer's content formatter
 

Methods in org.eclipse.jface.text.source that return IContentFormatter
 IContentFormatter SourceViewerConfiguration.getContentFormatter(ISourceViewer sourceViewer)
          Returns the content formatter ready to be used with the given source viewer.
 


Eclipse Platform
2.1

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