Uses of Interface
org.gjt.sp.jedit.indent.IndentAction
Packages that use IndentAction
-
Uses of IndentAction in org.gjt.sp.jedit.indent
Classes in org.gjt.sp.jedit.indent that implement IndentActionModifier 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
Method parameters in org.gjt.sp.jedit.indent with type arguments of type IndentActionModifier 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) Constructors in org.gjt.sp.jedit.indent with parameters of type IndentActionModifierConstructorDescriptionRegexpIndentRule
(String regexp, IndentAction prevPrev, IndentAction prev, IndentAction thisLine, boolean collapse)