|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gjt.sp.jedit.indent.IndentAction.Reset
public static class IndentAction.Reset
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.gjt.sp.jedit.indent.IndentAction |
|---|
IndentAction.AlignBracket, IndentAction.AlignOffset, IndentAction.AlignParameter, IndentAction.Collapse, IndentAction.Decrease, IndentAction.Increase, IndentAction.Reset |
| Constructor Summary | |
|---|---|
IndentAction.Reset()
|
|
| Method Summary | |
|---|---|
int |
calculateIndent(JEditBuffer buffer,
int line,
int oldIndent,
int newIndent)
|
boolean |
keepChecking()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IndentAction.Reset()
| Method Detail |
|---|
public int calculateIndent(JEditBuffer buffer,
int line,
int oldIndent,
int newIndent)
calculateIndent in interface IndentActionbuffer - The bufferline - The line number that matched the rule; not necessarily
the line being indented.oldIndent - Original indent.newIndent - The new indent -- ie, indent returned by previous
indent action.public boolean keepChecking()
keepChecking in interface IndentAction
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||