Eclipse Platform
Release 3.0

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
          Default implementation of IAutoIndentStrategy.
 

Methods in org.eclipse.jface.text with parameters of type IAutoIndentStrategy
 void ITextViewer.setAutoIndentStrategy(IAutoIndentStrategy strategy, String contentType)
          Sets this viewer's auto indent strategy for the given content type.
 void TextViewer.setAutoIndentStrategy(IAutoIndentStrategy strategy, String contentType)
           
 

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)
          Returns the auto indentation strategy ready to be used with the given source viewer when manipulating text of the given content type.
 


Eclipse Platform
Release 3.0

Guidelines for using Eclipse APIs.

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