|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gjt.sp.jedit.indent.BracketIndentRule
org.gjt.sp.jedit.indent.OpenBracketIndentRule
public class OpenBracketIndentRule
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.gjt.sp.jedit.indent.BracketIndentRule |
|---|
BracketIndentRule.Brackets |
| Field Summary |
|---|
| Fields inherited from class org.gjt.sp.jedit.indent.BracketIndentRule |
|---|
closeBracket, openBracket |
| Constructor Summary | |
|---|---|
OpenBracketIndentRule(char openBracket,
boolean aligned)
|
|
| Method Summary | |
|---|---|
void |
apply(JEditBuffer buffer,
int thisLineIndex,
int prevLineIndex,
int prevPrevLineIndex,
java.util.List indentActions)
Apply the indent rule to this line, and return an indent action. |
| Methods inherited from class org.gjt.sp.jedit.indent.BracketIndentRule |
|---|
getBrackets, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public OpenBracketIndentRule(char openBracket,
boolean aligned)
| Method Detail |
|---|
public void apply(JEditBuffer buffer,
int thisLineIndex,
int prevLineIndex,
int prevPrevLineIndex,
java.util.List indentActions)
IndentRule
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||