Uses of Interface
org.gjt.sp.jedit.indent.IndentAction
-
Uses of IndentAction in org.gjt.sp.jedit.indent
Modifier and TypeClassDescriptionstatic class
static class
Indent action used for deep indent.static class
See comments for each instance of this class below.static class
static class
static class
Used to cancel increases in indentation.static class
Modifier and TypeMethodDescriptionvoid
CloseBracketIndentRule.apply
(JEditBuffer buffer, int thisLineIndex, int prevLineIndex, int prevPrevLineIndex, List<IndentAction> indentActions) void
DeepIndentRule.apply
(JEditBuffer buffer, int thisLineIndex, int prevLineIndex, int prevPrevLineIndex, List<IndentAction> indentActions) void
IndentRule.apply
(JEditBuffer buffer, int thisLineIndex, int prevLineIndex, int prevPrevLineIndex, List<IndentAction> indentActions) Apply the indent rule to this line, and return an indent action.void
OpenBracketIndentRule.apply
(JEditBuffer buffer, int thisLineIndex, int prevLineIndex, int prevPrevLineIndex, List<IndentAction> indentActions) void
RegexpIndentRule.apply
(JEditBuffer buffer, int thisLineIndex, int prevLineIndex, int prevPrevLineIndex, List<IndentAction> indentActions) void
WhitespaceRule.apply
(JEditBuffer buffer, int thisLineIndex, int prevLineIndex, int prevPrevLineIndex, List<IndentAction> indentActions) ModifierConstructorDescriptionRegexpIndentRule
(String regexp, IndentAction prevPrev, IndentAction prev, IndentAction thisLine, boolean collapse)