Uses of Interface
org.gjt.sp.jedit.indent.IndentRule
-
Uses of IndentRule in org.gjt.sp.jedit
-
Uses of IndentRule in org.gjt.sp.jedit.indent
Modifier and TypeClassDescriptionclass
class
class
Deep indent rule.class
class
class
Whitespace rule.Modifier and TypeMethodDescriptionstatic IndentRule
IndentRuleFactory.indentCloseBracket
(char bracket) static IndentRule
IndentRuleFactory.indentNextLine
(String regexp) static IndentRule
IndentRuleFactory.indentNextLines
(String regexp) static IndentRule
IndentRuleFactory.indentOpenBracket
(char bracket) static IndentRule
IndentRuleFactory.unalignedCloseBracket
(char bracket) static IndentRule
IndentRuleFactory.unalignedOpenBracket
(char bracket) static IndentRule
IndentRuleFactory.unindentNextLines
(String regexp) static IndentRule
IndentRuleFactory.unindentThisLine
(String regexp)