Uses of Class
org.fife.ui.rsyntaxtextarea.folding.Fold

Packages that use Fold
org.fife.ui.rsyntaxtextarea   
org.fife.ui.rsyntaxtextarea.folding   
 

Uses of Fold in org.fife.ui.rsyntaxtextarea
 

Methods in org.fife.ui.rsyntaxtextarea with parameters of type Fold
 void RSyntaxTextArea.foldToggled(Fold fold)
          Called whenever a fold is collapsed or expanded.
 

Uses of Fold in org.fife.ui.rsyntaxtextarea.folding
 

Methods in org.fife.ui.rsyntaxtextarea.folding that return Fold
 Fold Fold.createChild(int type, int startOffs)
          Creates a fold that is a child of this one.
 Fold Fold.getChild(int index)
          Returns a specific child fold.
 Fold FoldManager.getDeepestFoldContaining(int offs)
          Returns the "deepest" nested fold containing the specified offset.
 Fold FoldManager.getDeepestOpenFoldContaining(int offs)
          Returns the "deepest" open fold containing the specified offset.
 Fold FoldManager.getFold(int index)
          Returns a specific top-level fold, which may have child folds.
 Fold FoldManager.getFoldForLine(int line)
          Returns the fold region that starts at the specified line.
 Fold Fold.getLastChild()
          Returns the last child fold.
 Fold Fold.getParent()
          Returns the parent fold of this one.
 

Methods in org.fife.ui.rsyntaxtextarea.folding that return types with arguments of type Fold
 List<Fold> LatexFoldParser.getFolds(RSyntaxTextArea textArea)
          Returns a list of all folds in the text area.
 List<Fold> NsisFoldParser.getFolds(RSyntaxTextArea textArea)
          Returns a list of all folds in the text area.
 List<Fold> CurlyFoldParser.getFolds(RSyntaxTextArea textArea)
          Returns a list of all folds in the text area.
 List<Fold> HtmlFoldParser.getFolds(RSyntaxTextArea textArea)
          Returns a list of all folds in the text area.
 List<Fold> XmlFoldParser.getFolds(RSyntaxTextArea textArea)
          Returns a list of all folds in the text area.
 List<Fold> FoldParser.getFolds(RSyntaxTextArea textArea)
          Returns a list of all folds in the text area.
 List<Fold> JsonFoldParser.getFolds(RSyntaxTextArea textArea)
          Returns a list of all folds in the text area.
 

Methods in org.fife.ui.rsyntaxtextarea.folding with parameters of type Fold
protected  void FoldCollapser.collapseImpl(Fold fold)
          Collapses the specified fold, and any of its child folds, as appropriate.
 int Fold.compareTo(Fold otherFold)
          Two folds are considered equal if they start at the same offset.
 boolean FoldCollapser.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
 void FoldManager.setFolds(List<Fold> folds)
          Sets the folds for this fold manager.
 



Copyright © 2003–2013. All rights reserved.