- changedUpdate(DocumentEvent, FoldHierarchyTransaction) - Method in interface org.netbeans.spi.editor.fold.FoldManager
-
Called by hierarchy upon the change in the underlying document.
- childrenAsList(Fold) - Static method in class org.netbeans.api.editor.fold.FoldUtilities
-
Return children of the given fold as modifiable list.
- childrenAsList(Fold, int, int) - Static method in class org.netbeans.api.editor.fold.FoldUtilities
-
Return children of the given fold as list.
- childrenToArray(Fold) - Static method in class org.netbeans.api.editor.fold.FoldUtilities
-
Return children of the given fold as array.
- childrenToArray(Fold, int, int) - Static method in class org.netbeans.api.editor.fold.FoldUtilities
-
Return children of the given fold as array.
- code() - Method in class org.netbeans.api.editor.fold.FoldType
-
Persistable value of FoldType.
- CODE_BLOCK - Static variable in class org.netbeans.api.editor.fold.FoldType
-
A generic code block.
- collapse(Fold) - Method in class org.netbeans.api.editor.fold.FoldHierarchy
-
Collapse the given fold.
- collapse(Collection) - Method in class org.netbeans.api.editor.fold.FoldHierarchy
-
Collapse all the folds contained in the given collection.
- collapse(FoldHierarchy, FoldType) - Static method in class org.netbeans.api.editor.fold.FoldUtilities
-
Collapse all folds of the given type.
- collapse(FoldHierarchy, Collection) - Static method in class org.netbeans.api.editor.fold.FoldUtilities
-
Collapse all folds that having any
of the fold types in the given collection.
- collapseAll(FoldHierarchy) - Static method in class org.netbeans.api.editor.fold.FoldUtilities
-
Collapse all folds in the hierarchy.
- collapsed(boolean) - Method in class org.netbeans.spi.editor.fold.FoldInfo
-
Records the desired collapsed state.
- collapsedFoldIterator(FoldHierarchy, int, int) - Static method in class org.netbeans.api.editor.fold.FoldUtilities
-
Get iterator over the collapsed folds.
- COMMENT - Static variable in class org.netbeans.api.editor.fold.FoldType
-
Unspecified type of comment
- commit() - Method in class org.netbeans.spi.editor.fold.FoldHierarchyTransaction
-
Commit this transaction.
- containsOffset(Fold, int) - Static method in class org.netbeans.api.editor.fold.FoldUtilities
-
Check whether fold contains the given offset.
- CONTENT_PLACEHOLDER - Static variable in class org.netbeans.api.editor.fold.FoldTemplate
-
This string is interpreted as a placeholder for the infrastructure to inject
- contentReader(String, String, String, String) - Static method in class org.netbeans.api.editor.fold.FoldingSupport
-
- ContentReader - Interface in org.netbeans.spi.editor.fold
-
Callback interface, which is called to extract description for a fold.
- ContentReader.Factory - Interface in org.netbeans.spi.editor.fold
-
Factory, which produces ContentReader instance(s) appropriate for the fold type.
- contentReaderFactory(Map) - Static method in class org.netbeans.api.editor.fold.FoldingSupport
-
A variant of #defaultReader
usable from FS layer.
- create(String, String, FoldTemplate) - Static method in class org.netbeans.api.editor.fold.FoldType
-
Creates an instance of FoldType.
- createFoldManager() - Method in interface org.netbeans.spi.editor.fold.FoldManagerFactory
-
Create fold manager instance.
- createReader(FoldType) - Method in interface org.netbeans.spi.editor.fold.ContentReader.Factory
-