Uses of Interface
org.eclipse.jface.text.formatter.IContentFormatter
Packages that use IContentFormatter
Package
Description
Provides a content formatter add-on for an
ITextViewer
.Provides a framework for connecting document regions
with annotations and for displaying those.
-
Uses of IContentFormatter in org.eclipse.jface.text.formatter
Classes in org.eclipse.jface.text.formatter that implement IContentFormatterModifier and TypeClassDescriptionclass
Standard implementation ofIContentFormatter
.class
Content formatter for edit-based formatting strategies. -
Uses of IContentFormatter in org.eclipse.jface.text.source
Fields in org.eclipse.jface.text.source declared as IContentFormatterModifier and TypeFieldDescriptionprotected IContentFormatter
SourceViewer.fContentFormatter
The viewer's content formatterMethods in org.eclipse.jface.text.source that return IContentFormatterModifier and TypeMethodDescriptionSourceViewerConfiguration.getContentFormatter
(ISourceViewer sourceViewer) Returns the content formatter ready to be used with the given source viewer.