org.gjt.sp.jedit.indent
Interface IndentRule

All Known Implementing Classes:
BracketIndentRule, CloseBracketIndentRule, DeepIndentRule, OpenBracketIndentRule, RegexpIndentRule

public interface IndentRule


Method Summary
 void apply(JEditBuffer buffer, int thisLineIndex, int prevLineIndex, int prevPrevLineIndex, java.util.List indentActions)
          Apply the indent rule to this line, and return an indent action.
 

Method Detail

apply

void apply(JEditBuffer buffer,
           int thisLineIndex,
           int prevLineIndex,
           int prevPrevLineIndex,
           java.util.List indentActions)
Apply the indent rule to this line, and return an indent action.