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 FoldManagerRSyntaxTextArea. foldManagerMethods in org.fife.ui.rsyntaxtextarea that return FoldManager Modifier and Type Method Description FoldManagerRSyntaxTextArea. 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 classDefaultFoldManagerThe default implementation of a fold manager.Methods in org.fife.ui.rsyntaxtextarea.folding with parameters of type FoldManager Modifier and Type Method Description voidFoldCollapser. collapseFolds(FoldManager fm)Collapses any relevant folds known by the fold manager.
-