Uses of Class
org.fife.ui.rsyntaxtextarea.folding.Fold
Packages that use Fold
Package
Description
A syntax-highlighting text editor.
Code folding functionality.
-
Uses of Fold in org.fife.ui.rsyntaxtextarea
Methods in org.fife.ui.rsyntaxtextarea with parameters of type FoldModifier and TypeMethodDescriptionvoidRSyntaxTextArea.foldToggled(Fold fold) Called whenever a fold is collapsed or expanded. -
Uses of Fold in org.fife.ui.rsyntaxtextarea.folding
Classes in org.fife.ui.rsyntaxtextarea.folding that implement interfaces with type arguments of type FoldMethods in org.fife.ui.rsyntaxtextarea.folding that return FoldModifier and TypeMethodDescriptionFold.createChild(int type, int startOffs) Creates a fold that is a child of this one.Fold.getChild(int index) Returns a specific child fold.DefaultFoldManager.getDeepestFoldContaining(int offs) FoldManager.getDeepestFoldContaining(int offs) Returns the "deepest" nested fold containing the specified offset.DefaultFoldManager.getDeepestOpenFoldContaining(int offs) FoldManager.getDeepestOpenFoldContaining(int offs) Returns the "deepest" open fold containing the specified offset.DefaultFoldManager.getFold(int index) FoldManager.getFold(int index) Returns a specific top-level fold, which may have child folds.DefaultFoldManager.getFoldForLine(int line) FoldManager.getFoldForLine(int line) Returns the fold region that starts at the specified line.Fold.getLastChild()Returns the last child fold.Fold.getParent()Returns the parent fold of this one.Methods in org.fife.ui.rsyntaxtextarea.folding that return types with arguments of type FoldModifier and TypeMethodDescriptionCurlyFoldParser.getFolds(RSyntaxTextArea textArea) FoldParser.getFolds(RSyntaxTextArea textArea) Returns a list of all folds in the text area.HtmlFoldParser.getFolds(RSyntaxTextArea textArea) JsonFoldParser.getFolds(RSyntaxTextArea textArea) LatexFoldParser.getFolds(RSyntaxTextArea textArea) LinesWithContentFoldParser.getFolds(RSyntaxTextArea textArea) NsisFoldParser.getFolds(RSyntaxTextArea textArea) PythonFoldParser.getFolds(RSyntaxTextArea textArea) XmlFoldParser.getFolds(RSyntaxTextArea textArea) YamlFoldParser.getFolds(RSyntaxTextArea textArea) Methods in org.fife.ui.rsyntaxtextarea.folding with parameters of type FoldModifier and TypeMethodDescriptionprotected voidFoldCollapser.collapseImpl(Fold fold) Collapses the specified fold, and any of its child folds, as appropriate.intTwo folds are considered equal if they start at the same offset.booleanFoldCollapser.getShouldCollapse(Fold fold) Returns whether a specific fold should be collapsed.Method parameters in org.fife.ui.rsyntaxtextarea.folding with type arguments of type Fold