Uses of Interface
org.fife.ui.rsyntaxtextarea.folding.FoldManager
Packages that use FoldManager
Package
Description
A syntax-highlighting text editor.
Code folding functionality.
-
Uses of FoldManager in org.fife.ui.rsyntaxtextarea
Fields in org.fife.ui.rsyntaxtextarea declared as FoldManagerMethods in org.fife.ui.rsyntaxtextarea that return FoldManagerModifier and TypeMethodDescriptionRSyntaxTextArea.getFoldManager()
Returns the fold manager for this text area. -
Uses of FoldManager in org.fife.ui.rsyntaxtextarea.folding
Classes in org.fife.ui.rsyntaxtextarea.folding that implement FoldManagerModifier and TypeClassDescriptionclass
The default implementation of a fold manager.Methods in org.fife.ui.rsyntaxtextarea.folding with parameters of type FoldManagerModifier and TypeMethodDescriptionvoid
FoldCollapser.collapseFolds
(FoldManager fm) Collapses any relevant folds known by the fold manager.