Uses of Package
org.fife.ui.rsyntaxtextarea.folding
-
Packages that use org.fife.ui.rsyntaxtextarea.folding Package Description org.fife.ui.rsyntaxtextarea A syntax-highlighting text editor.org.fife.ui.rsyntaxtextarea.folding Code folding functionality.org.fife.ui.rtextarea A single-font text editor with many custom features. -
Classes in org.fife.ui.rsyntaxtextarea.folding used by org.fife.ui.rsyntaxtextarea Class Description Fold Information about a foldable region.FoldManager Manages code folding in an instance of RSyntaxTextArea. -
Classes in org.fife.ui.rsyntaxtextarea.folding used by org.fife.ui.rsyntaxtextarea.folding Class Description CurlyFoldParser A basic fold parser that can be used for languages such as C, that use curly braces to denote code blocks.DefaultFoldManager.Listener Listens for events in the text editor.Fold Information about a foldable region.FoldManager Manages code folding in an instance of RSyntaxTextArea.FoldParser Locates folds in a document.FoldParserManager Manages fold parsers.HtmlFoldParser.TagCloseInfo A simple wrapper for the token denoting the closing of a tag (i.e. -
Classes in org.fife.ui.rsyntaxtextarea.folding used by org.fife.ui.rtextarea Class Description Fold Information about a foldable region.