|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IndentRule | |
---|---|
org.gjt.sp.jedit.indent |
Uses of IndentRule in org.gjt.sp.jedit.indent |
---|
Classes in org.gjt.sp.jedit.indent that implement IndentRule | |
---|---|
class |
BracketIndentRule
|
class |
CloseBracketIndentRule
|
class |
DeepIndentRule
Deep indent rule. |
class |
OpenBracketIndentRule
|
class |
RegexpIndentRule
|
Methods in org.gjt.sp.jedit.indent that return IndentRule | |
---|---|
static IndentRule |
IndentRuleFactory.indentCloseBracket(char bracket)
|
static IndentRule |
IndentRuleFactory.indentNextLine(java.lang.String regexp)
|
static IndentRule |
IndentRuleFactory.indentNextLines(java.lang.String regexp)
|
static IndentRule |
IndentRuleFactory.indentOpenBracket(char bracket)
|
static IndentRule |
IndentRuleFactory.unalignedCloseBracket(char bracket)
|
static IndentRule |
IndentRuleFactory.unalignedOpenBracket(char bracket)
|
static IndentRule |
IndentRuleFactory.unindentNextLines(java.lang.String regexp)
|
static IndentRule |
IndentRuleFactory.unindentThisLine(java.lang.String regexp)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |