|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IndentAction
| Nested Class Summary | |
|---|---|
static class |
IndentAction.AlignBracket
|
static class |
IndentAction.AlignOffset
|
static class |
IndentAction.AlignParameter
Indent action used for deep indent. |
static class |
IndentAction.Collapse
This handles the following Java code: if(something) { // no indentation on this line, even though previous matches a rule |
static class |
IndentAction.Decrease
|
static class |
IndentAction.Increase
|
static class |
IndentAction.Reset
|
| Method Summary | |
|---|---|
int |
calculateIndent(JEditBuffer buffer,
int line,
int oldIndent,
int newIndent)
|
boolean |
keepChecking()
|
| Method Detail |
|---|
int calculateIndent(JEditBuffer buffer,
int line,
int oldIndent,
int newIndent)
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.boolean keepChecking()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||