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.
since 3.1 use DefaultIndentLineAutoEditStrategy instead
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 Details

    • DefaultAutoIndentStrategy

      public DefaultAutoIndentStrategy()
      Deprecated.
      Creates a new default auto indent strategy.