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 classstatic classIndent action used for deep indent.static classSee comments for each instance of this class below.static classstatic classstatic classUsed to cancel increases in indentation.static classMethod parameters in org.gjt.sp.jedit.indent with type arguments of type IndentActionModifier and TypeMethodDescriptionvoidCloseBracketIndentRule.apply(JEditBuffer buffer, int thisLineIndex, int prevLineIndex, int prevPrevLineIndex, List<IndentAction> indentActions) voidDeepIndentRule.apply(JEditBuffer buffer, int thisLineIndex, int prevLineIndex, int prevPrevLineIndex, List<IndentAction> indentActions) voidIndentRule.apply(JEditBuffer buffer, int thisLineIndex, int prevLineIndex, int prevPrevLineIndex, List<IndentAction> indentActions) Apply the indent rule to this line, and return an indent action.voidOpenBracketIndentRule.apply(JEditBuffer buffer, int thisLineIndex, int prevLineIndex, int prevPrevLineIndex, List<IndentAction> indentActions) voidRegexpIndentRule.apply(JEditBuffer buffer, int thisLineIndex, int prevLineIndex, int prevPrevLineIndex, List<IndentAction> indentActions) voidWhitespaceRule.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)