Eclipse Platform
2.1

org.eclipse.jface.text
Interface IAutoIndentStrategy

All Superinterfaces:
IAutoEditStrategy
All Known Implementing Classes:
DefaultAutoIndentStrategy

public interface IAutoIndentStrategy
extends IAutoEditStrategy

An auto indent strategy can adapt changes that will be applied to a text viewer's document. The strategy is informed by the text viewer about each upcoming change in form of a document command. By manipulating this document command, the strategy can influence in which way the text viewer's document is changed. Clients may implement this interface or use the standard implementation DefaultAutoIndentStrategy.


Methods inherited from interface org.eclipse.jface.text.IAutoEditStrategy
customizeDocumentCommand
 


Eclipse Platform
2.1

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