|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gjt.sp.jedit.indent.IndentAction.Decrease
public static class IndentAction.Decrease
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.Decrease()
|
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.Decrease()
Method Detail |
---|
public int calculateIndent(JEditBuffer buffer, int line, int oldIndent, int newIndent)
calculateIndent
in interface IndentAction
buffer
- 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 |