Eclipse Platform
Release 3.1

org.eclipse.jface.text
Class DefaultAutoIndentStrategy

java.lang.Object
  extended byorg.eclipse.jface.text.DefaultIndentLineAutoEditStrategy
      extended byorg.eclipse.jface.text.DefaultAutoIndentStrategy
All Implemented Interfaces:
IAutoEditStrategy, IAutoIndentStrategy

Deprecated. since 3.1 use DefaultIndentLineAutoEditStrategy instead

public class DefaultAutoIndentStrategy
extends DefaultIndentLineAutoEditStrategy
implements IAutoIndentStrategy

Default implementation of IAutoIndentStrategy. This strategy always copies the indentation of the previous line.

This class is not intended to be subclassed.


Constructor Summary
DefaultAutoIndentStrategy()
          Deprecated. Creates a new default auto indent strategy.
 
Methods inherited from class org.eclipse.jface.text.DefaultIndentLineAutoEditStrategy
customizeDocumentCommand, findEndOfWhiteSpace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.jface.text.IAutoEditStrategy
customizeDocumentCommand
 

Constructor Detail

DefaultAutoIndentStrategy

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


Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

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