Package org.gjt.sp.jedit.indent

Indentation rules and actions.

See:
          Description

Interface Summary
IndentAction Abstract Indentation Action
IndentRule Abstract Indentation Rule
 

Class Summary
BracketIndentRule  
BracketIndentRule.Brackets  
CloseBracketIndentRule  
DeepIndentRule Deep indent rule.
IndentAction.AlignOffset  
IndentAction.AlignParameter Indent action used for deep indent.
IndentAction.Collapse See comments for each instance of this class below.
IndentAction.Decrease  
IndentAction.Increase  
IndentAction.NoIncrease Used to cancel increases in indentation.
IndentAction.Reset  
IndentRuleFactory  
OpenBracketIndentRule  
RegexpIndentRule  
WhitespaceRule Whitespace rule.
 

Package org.gjt.sp.jedit.indent Description

Indentation rules and actions.