Package org.fife.ui.rsyntaxtextarea.folding

Interface Summary
FoldParser Locates folds in a document.
FoldType Constants representing the "type" of a folded region.
 

Class Summary
CurlyFoldParser A basic fold parser that can be used for languages such as C, that use curly braces to denote code blocks.
Fold Information about a foldable region.
FoldCollapser Collapses folds based on their type.
FoldManager Manages code folding in an instance of RSyntaxTextArea.
FoldParserManager Manages fold parsers.
HtmlFoldParser Fold parser for HTML 5, PHP and JSP.
JsonFoldParser The fold parser for JSON.
LatexFoldParser A fold parser for LaTeX documents.
LispFoldParser Fold parser for Lisp and related languages.
NsisFoldParser A fold parser NSIS.
XmlFoldParser Fold parser for XML.
 



Copyright © 2003–2013. All rights reserved.