Uses of Interface
org.eclipse.jface.text.formatter.IContentFormatter
-
Packages that use IContentFormatter Package Description org.eclipse.jface.text.formatter Provides a content formatter add-on for anITextViewer.org.eclipse.jface.text.source 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 IContentFormatter Modifier and Type Class Description classContentFormatterStandard implementation ofIContentFormatter.classMultiPassContentFormatterContent formatter for edit-based formatting strategies. -
Uses of IContentFormatter in org.eclipse.jface.text.source
Fields in org.eclipse.jface.text.source declared as IContentFormatter Modifier and Type Field Description protected IContentFormatterSourceViewer. fContentFormatterThe viewer's content formatterMethods in org.eclipse.jface.text.source that return IContentFormatter Modifier and Type Method Description IContentFormatterSourceViewerConfiguration. getContentFormatter(ISourceViewer sourceViewer)Returns the content formatter ready to be used with the given source viewer.
-