public interface FoldParser
Folds. RSyntaxTextArea knows how to take it from
there and implement code folding in the editor.CurlyFoldParser,
XmlFoldParser| 限定符和类型 | 方法和说明 |
|---|---|
java.util.List<Fold> |
getFolds(RSyntaxTextArea textArea)
Returns a list of all folds in the text area.
|
java.util.List<Fold> getFolds(RSyntaxTextArea textArea)
textArea - The text area whose contents should be analyzed.null,
it is treated as if no folds were found.