Uses of Interface
org.fife.ui.rsyntaxtextarea.folding.FoldManager
-
Packages that use FoldManager Package Description org.fife.ui.rsyntaxtextarea A syntax-highlighting text editor.org.fife.ui.rsyntaxtextarea.folding Code folding functionality. -
-
Uses of FoldManager in org.fife.ui.rsyntaxtextarea
Fields in org.fife.ui.rsyntaxtextarea declared as FoldManager Modifier and Type Field Description private FoldManager
RSyntaxTextArea. foldManager
Methods in org.fife.ui.rsyntaxtextarea that return FoldManager Modifier and Type Method Description FoldManager
RSyntaxTextArea. 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 FoldManager Modifier and Type Class Description class
DefaultFoldManager
The default implementation of a fold manager.Methods in org.fife.ui.rsyntaxtextarea.folding with parameters of type FoldManager Modifier and Type Method Description void
FoldCollapser. collapseFolds(FoldManager fm)
Collapses any relevant folds known by the fold manager.
-