|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.cdt.internal.ui.editor.IndentUtil.IndentResult
public static final class IndentUtil.IndentResult
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 |
---|
public boolean hasChanged()
true
if the indentation operation changed the
document, false
if not.
true
if the document was changed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |