Uses of Class
org.fife.ui.rsyntaxtextarea.folding.Fold
-
Packages that use Fold 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. -
-
Uses of Fold in org.fife.ui.rsyntaxtextarea
Methods in org.fife.ui.rsyntaxtextarea that return Fold Modifier and Type Method Description protected FoldRSyntaxTextAreaEditorKit.FoldRelatedAction. getClosestFold(RSyntaxTextArea textArea)Methods in org.fife.ui.rsyntaxtextarea with parameters of type Fold Modifier and Type Method Description private voidRSyntaxTextAreaEditorKit.ExpandAllFoldsAction. expand(Fold fold)voidRSyntaxTextArea. foldToggled(Fold fold)Called whenever a fold is collapsed or expanded. -
Uses of Fold in org.fife.ui.rsyntaxtextarea.folding
Fields in org.fife.ui.rsyntaxtextarea.folding declared as Fold Modifier and Type Field Description private FoldFold. parentFields in org.fife.ui.rsyntaxtextarea.folding with type parameters of type Fold Modifier and Type Field Description private java.util.List<Fold>Fold. childrenprivate java.util.List<Fold>DefaultFoldManager. foldsMethods in org.fife.ui.rsyntaxtextarea.folding that return Fold Modifier and Type Method Description FoldFold. createChild(int type, int startOffs)Creates a fold that is a child of this one.FoldFold. getChild(int index)Returns a specific child fold.FoldDefaultFoldManager. getDeepestFoldContaining(int offs)(package private) FoldFold. getDeepestFoldContaining(int offs)Returns the "deepest" fold containing the specified offset.FoldFoldManager. getDeepestFoldContaining(int offs)Returns the "deepest" nested fold containing the specified offset.FoldDefaultFoldManager. getDeepestOpenFoldContaining(int offs)(package private) FoldFold. getDeepestOpenFoldContaining(int offs)Returns the "deepest" open fold containing the specified offset.FoldFoldManager. getDeepestOpenFoldContaining(int offs)Returns the "deepest" open fold containing the specified offset.FoldDefaultFoldManager. getFold(int index)FoldFoldManager. getFold(int index)Returns a specific top-level fold, which may have child folds.FoldDefaultFoldManager. getFoldForLine(int line)FoldFoldManager. getFoldForLine(int line)Returns the fold region that starts at the specified line.private FoldDefaultFoldManager. getFoldForLineImpl(Fold parent, java.util.List<Fold> folds, int line)FoldFold. getLastChild()Returns the last child fold.FoldFold. getParent()Returns the parent fold of this one.Methods in org.fife.ui.rsyntaxtextarea.folding that return types with arguments of type Fold Modifier and Type Method Description (package private) java.util.List<Fold>Fold. getChildren()Returns the array of child folds.java.util.List<Fold>CurlyFoldParser. getFolds(RSyntaxTextArea textArea)java.util.List<Fold>FoldParser. getFolds(RSyntaxTextArea textArea)Returns a list of all folds in the text area.java.util.List<Fold>HtmlFoldParser. getFolds(RSyntaxTextArea textArea)java.util.List<Fold>JsonFoldParser. getFolds(RSyntaxTextArea textArea)java.util.List<Fold>LatexFoldParser. getFolds(RSyntaxTextArea textArea)java.util.List<Fold>LinesWithContentFoldParser. getFolds(RSyntaxTextArea textArea)java.util.List<Fold>NsisFoldParser. getFolds(RSyntaxTextArea textArea)java.util.List<Fold>PythonFoldParser. getFolds(RSyntaxTextArea textArea)java.util.List<Fold>XmlFoldParser. getFolds(RSyntaxTextArea textArea)java.util.List<Fold>YamlFoldParser. getFolds(RSyntaxTextArea textArea)Methods in org.fife.ui.rsyntaxtextarea.folding with parameters of type Fold Modifier and Type Method Description protected voidFoldCollapser. collapseImpl(Fold fold)Collapses the specified fold, and any of its child folds, as appropriate.intFold. compareTo(Fold otherFold)Two folds are considered equal if they start at the same offset.private FoldDefaultFoldManager. getFoldForLineImpl(Fold parent, java.util.List<Fold> folds, int line)private intDefaultFoldManager. getHiddenLineCountAboveImpl(Fold fold, int line, boolean physical)Returns the number of lines "hidden" by collapsed folds above the specified line.booleanFoldCollapser. getShouldCollapse(Fold fold)Returns whether a specific fold should be collapsed.private booleanDefaultFoldManager. isLineHiddenImpl(Fold parent, int line)private voidDefaultFoldManager. keepFoldState(Fold newFold, java.util.List<Fold> oldFolds)private static voidHtmlFoldParser. removeFold(Fold fold, java.util.List<Fold> folds)If this fold has a parent fold, this method removes it from its parent.private static voidXmlFoldParser. removeFold(Fold fold, java.util.List<Fold> folds)If this fold has a parent fold, this method removes it from its parent.private static voidYamlFoldParser. removeFold(Fold fold, java.util.List<Fold> folds)If this fold has a parent fold, this method removes it from its parent.Method parameters in org.fife.ui.rsyntaxtextarea.folding with type arguments of type Fold Modifier and Type Method Description private FoldDefaultFoldManager. getFoldForLineImpl(Fold parent, java.util.List<Fold> folds, int line)private voidDefaultFoldManager. keepFoldState(Fold newFold, java.util.List<Fold> oldFolds)private voidDefaultFoldManager. keepFoldStates(java.util.List<Fold> newFolds, java.util.List<Fold> oldFolds)private static voidHtmlFoldParser. removeFold(Fold fold, java.util.List<Fold> folds)If this fold has a parent fold, this method removes it from its parent.private static voidXmlFoldParser. removeFold(Fold fold, java.util.List<Fold> folds)If this fold has a parent fold, this method removes it from its parent.private static voidYamlFoldParser. removeFold(Fold fold, java.util.List<Fold> folds)If this fold has a parent fold, this method removes it from its parent.voidDefaultFoldManager. setFolds(java.util.List<Fold> folds)voidFoldManager. setFolds(java.util.List<Fold> folds)Sets the folds for this fold manager. -
Uses of Fold in org.fife.ui.rtextarea
Fields in org.fife.ui.rtextarea declared as Fold Modifier and Type Field Description private FoldFoldIndicator. foldWithOutlineShowingThe fold to show the outline line for.Methods in org.fife.ui.rtextarea that return Fold Modifier and Type Method Description private FoldFoldIndicator. findOpenFoldClosestTo(java.awt.Point p)
-