Uses of Interface
org.eclipse.jface.text.IAutoIndentStrategy
-
Packages that use IAutoIndentStrategy Package Description org.eclipse.jface.text Provides a framework for creating and manipulating text documents.org.eclipse.jface.text.source Provides a framework for connecting document regions with annotations and for displaying those. -
-
Uses of IAutoIndentStrategy in org.eclipse.jface.text
Classes in org.eclipse.jface.text that implement IAutoIndentStrategy Modifier and Type Class Description classDefaultAutoIndentStrategyDeprecated.since 3.1 useDefaultIndentLineAutoEditStrategyinsteadMethods in org.eclipse.jface.text with parameters of type IAutoIndentStrategy Modifier and Type Method Description voidITextViewer. setAutoIndentStrategy(IAutoIndentStrategy strategy, String contentType)Deprecated.voidTextViewer. setAutoIndentStrategy(IAutoIndentStrategy strategy, String contentType)Deprecated. -
Uses of IAutoIndentStrategy in org.eclipse.jface.text.source
Methods in org.eclipse.jface.text.source that return IAutoIndentStrategy Modifier and Type Method Description IAutoIndentStrategySourceViewerConfiguration. getAutoIndentStrategy(ISourceViewer sourceViewer, String contentType)Deprecated.since 3.1 useSourceViewerConfiguration.getAutoEditStrategies(ISourceViewer, String)instead
-