Eclipse Platform
2.1

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

Packages that use IAutoIndentStrategy
org.eclipse.jface.text Provides a framework for creating, manipulating, displaying and editing text documents. 
org.eclipse.jface.text.source Provides a framework for connecting document regions with annotations and for displaying those annotations in combination with an ITextViewer
 

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 TextViewer.setAutoIndentStrategy(IAutoIndentStrategy strategy, String contentType)
           
 void ITextViewer.setAutoIndentStrategy(IAutoIndentStrategy strategy, String contentType)
          Sets this viewer's auto indent strategy for the given content type.
 

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
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.