org.eclipse.cdt.internal.ui.editor
Class IndentUtil.IndentResult

java.lang.Object
  extended by org.eclipse.cdt.internal.ui.editor.IndentUtil.IndentResult
Enclosing class:
IndentUtil

public static final class IndentUtil.IndentResult
extends java.lang.Object

The result of an indentation operation. The result may be passed to subsequent calls to indentLines to obtain consistent results with respect to the indentation of line-comments.


Method Summary
 boolean hasChanged()
          Returns true if the indentation operation changed the document, false if not.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

hasChanged

public boolean hasChanged()
Returns true if the indentation operation changed the document, false if not.

Returns:
true if the document was changed