- find(Fold, FoldType) - Static method in class org.netbeans.api.editor.fold.FoldUtilities
-
Find direct subfolds of the given fold having certain type.
- find(Fold, Collection) - Static method in class org.netbeans.api.editor.fold.FoldUtilities
-
Find direct subfolds of the given fold having any
of the fold types in the given collection.
- findCollapsedFold(FoldHierarchy, int, int) - Static method in class org.netbeans.api.editor.fold.FoldUtilities
-
Find a first collapsed fold by going from top-level folds to more nested ones
within the requested bounds.
- findFoldEndIndex(Fold, int) - Static method in class org.netbeans.api.editor.fold.FoldUtilities
-
Find index of the first child of the given fold that ends
above the given offset ("contains" the offset).
- findFoldStartIndex(Fold, int) - Static method in class org.netbeans.api.editor.fold.FoldUtilities
-
Find index of the child of the given fold that
starts right at or below the given offset.
- findNearestFold(FoldHierarchy, int) - Static method in class org.netbeans.api.editor.fold.FoldUtilities
-
Find the fold nearest to the given offset.
- findOffsetFold(FoldHierarchy, int) - Static method in class org.netbeans.api.editor.fold.FoldUtilities
-
Find a deepest fold in the hierarchy which contains the offset
or has it as one of its boundaries.
- findRecursive(Fold) - Static method in class org.netbeans.api.editor.fold.FoldUtilities
-
Collect all children of the given fold recursively.
- findRecursive(Fold, FoldType) - Static method in class org.netbeans.api.editor.fold.FoldUtilities
-
Recursively find any subfolds of the given fold having certain type.
- findRecursive(Fold, Collection) - Static method in class org.netbeans.api.editor.fold.FoldUtilities
-
Recursively find any subfolds of the given fold having any
of the fold types in the given collection.
- Fold - Class in org.netbeans.api.editor.fold
-
Fold is a building block of the code folding tree-based hierarchy.
- FoldHierarchy - Class in org.netbeans.api.editor.fold
-
Hierarchy of the folds for a single text component represents
a model of the code-folding.
- foldHierarchyChanged(FoldHierarchyEvent) - Method in interface org.netbeans.api.editor.fold.FoldHierarchyListener
-
Notify that the code hierarchy of folds has changed.
- FoldHierarchyEvent - Class in org.netbeans.api.editor.fold
-
Event describing the changes done in the hierarchy.
- FoldHierarchyListener - Interface in org.netbeans.api.editor.fold
-
Listener for changes in the fold hierarchy.
- FoldHierarchyMonitor - Interface in org.netbeans.spi.editor.fold
-
Allows to initialize fold-based supports when folding is provided for
a document or text component.
- FoldHierarchyTransaction - Class in org.netbeans.spi.editor.fold
-
Class encapsulating a modification
of the code folding hierarchy.
- FoldInfo - Class in org.netbeans.spi.editor.fold
-
- FoldingSupport - Class in org.netbeans.api.editor.fold
-
This utility class collects APIs to create default implementations
of various pieces of infrastructure.
- foldIterator() - Method in class org.netbeans.spi.editor.fold.FoldOperation
-
Enumerates all Folds defined by this Operation, in the document-range order.
- FoldManager - Interface in org.netbeans.spi.editor.fold
-
Fold manager maintains folds in the hierarchy for which it is constructed.
- FoldManagerFactory - Interface in org.netbeans.spi.editor.fold
-
This factory interface allows to produce
FoldManager
instance for the given fold.
- FoldOperation - Class in org.netbeans.spi.editor.fold
-
Fold operation represents services
provided to an individual fold manager.
- foldsAttached(FoldHierarchy) - Method in interface org.netbeans.spi.editor.fold.FoldHierarchyMonitor
-
Informs that a FoldHierarchy was activated.
- FoldStateChange - Class in org.netbeans.api.editor.fold
-
Information about state changes made in a particular fold.
- FoldTemplate - Class in org.netbeans.api.editor.fold
-
Template that describes how the fold should appear and interact with the
user.
- FoldTemplate(int, int, String) - Constructor for class org.netbeans.api.editor.fold.FoldTemplate
-
Creates a FoldTemplate with a fixed description.
- FoldType - Class in org.netbeans.api.editor.fold
-
Each
Fold
is identified by its fold type.
- FoldType(String) - Constructor for class org.netbeans.api.editor.fold.FoldType
-
- FoldType.Domain - Interface in org.netbeans.api.editor.fold
-
Represents a value set of
FoldType
s for one MIME type.
- FoldTypeProvider - Interface in org.netbeans.spi.editor.fold
-
Provider of FoldType constants for the MimeType.
- FoldUtilities - Class in org.netbeans.api.editor.fold
-
Various utility methods for dealing with the folds.