Package org.eclipse.jface.text
Class DefaultAutoIndentStrategy
java.lang.Object
org.eclipse.jface.text.DefaultIndentLineAutoEditStrategy
org.eclipse.jface.text.DefaultAutoIndentStrategy
- All Implemented Interfaces:
- IAutoEditStrategy,- IAutoIndentStrategy
@Deprecated
public class DefaultAutoIndentStrategy
extends DefaultIndentLineAutoEditStrategy
implements IAutoIndentStrategy
Deprecated.
Default implementation of 
IAutoIndentStrategy.
 This strategy always copies the indentation of the previous line.
 This class is not intended to be subclassed.
- Restriction:
- This class is not intended to be subclassed by clients.
- 
Constructor SummaryConstructorsConstructorDescriptionDeprecated.Creates a new default auto indent strategy.
- 
Method SummaryMethods inherited from class org.eclipse.jface.text.DefaultIndentLineAutoEditStrategycustomizeDocumentCommand, findEndOfWhiteSpaceMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.jface.text.IAutoEditStrategycustomizeDocumentCommand
- 
Constructor Details- 
DefaultAutoIndentStrategypublic DefaultAutoIndentStrategy()Deprecated.Creates a new default auto indent strategy.
 
- 
DefaultIndentLineAutoEditStrategyinstead