public static class IndentAction.Increase extends java.lang.Object implements IndentAction
IndentAction.AlignOffset, IndentAction.AlignParameter, IndentAction.Collapse, IndentAction.Decrease, IndentAction.Increase, IndentAction.NoIncrease, IndentAction.ResetPrevCollapse, PrevPrevCollapse| Modifier and Type | Method and Description | 
|---|---|
| int | calculateIndent(JEditBuffer buffer,
               int line,
               int oldIndent,
               int newIndent) | 
| boolean | equals(java.lang.Object o) | 
| boolean | keepChecking() | 
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 IndentActionpublic boolean equals(java.lang.Object o)
equals in class java.lang.Object