Eclipse Platform
Release 3.1

Uses of Interface
org.eclipse.jface.text.IAutoIndentStrategy

Packages that use IAutoIndentStrategy
org.eclipse.jface.text Provides a framework for creating and manipulating text documents. 
org.eclipse.jface.text.source Provides a support for managing annotations attached to a document. 
 

Uses of IAutoIndentStrategy in org.eclipse.jface.text
 

Classes in org.eclipse.jface.text that implement IAutoIndentStrategy
 class DefaultAutoIndentStrategy
          Deprecated. since 3.1 use DefaultIndentLineAutoEditStrategy instead
 

Methods in org.eclipse.jface.text with parameters of type IAutoIndentStrategy
 void TextViewer.setAutoIndentStrategy(IAutoIndentStrategy strategy, String contentType)
          Deprecated. since 3.1, use ITextViewerExtension2.prependAutoEditStrategy(IAutoEditStrategy, String) and ITextViewerExtension2.removeAutoEditStrategy(IAutoEditStrategy, String) instead
 void ITextViewer.setAutoIndentStrategy(IAutoIndentStrategy strategy, String contentType)
          Deprecated. since 3.1, use ITextViewerExtension2.prependAutoEditStrategy(IAutoEditStrategy, String) and ITextViewerExtension2.removeAutoEditStrategy(IAutoEditStrategy, String) instead
 

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

Methods in org.eclipse.jface.text.source that return IAutoIndentStrategy
 IAutoIndentStrategy SourceViewerConfiguration.getAutoIndentStrategy(ISourceViewer sourceViewer, String contentType)
          Deprecated. since 3.1 use SourceViewerConfiguration.getAutoEditStrategies(ISourceViewer, String) instead
 


Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.