|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.fife.ui.rsyntaxtextarea.folding.JsonFoldParser
public class JsonFoldParser
The fold parser for JSON. Objects ("{ ... }") and arrays
("[ ... ]") that span multiple lines are considered fold
regions.
| Constructor Summary | |
|---|---|
JsonFoldParser()
|
|
| Method Summary | |
|---|---|
java.util.List<Fold> |
getFolds(RSyntaxTextArea textArea)
Returns a list of all folds in the text area. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JsonFoldParser()
| Method Detail |
|---|
public java.util.List<Fold> getFolds(RSyntaxTextArea textArea)
getFolds in interface FoldParsertextArea - The text area whose contents should be analyzed.
null,
it is treated as if no folds were found.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||