Package org.gjt.sp.jedit.indent

Interface Summary
IndentAction  
IndentRule  
 

Class Summary
BracketIndentRule  
BracketIndentRule.Brackets  
CloseBracketIndentRule  
DeepIndentRule Deep indent rule.
IndentAction.AlignBracket  
IndentAction.AlignOffset  
IndentAction.AlignParameter Indent action used for deep indent.
IndentAction.Collapse This handles the following Java code: if(something) { // no indentation on this line, even though previous matches a rule
IndentAction.Decrease  
IndentAction.Increase  
IndentAction.Reset  
IndentRuleFactory  
OpenBracketIndentRule  
RegexpIndentRule