- init(FoldOperation) - Method in interface org.netbeans.spi.editor.fold.FoldManager
-
Initialize this manager.
- initFolds(FoldHierarchyTransaction) - Method in interface org.netbeans.spi.editor.fold.FoldManager
-
Initialize the folds provided by this manager.
- insertUpdate(DocumentEvent, FoldHierarchyTransaction) - Method in interface org.netbeans.spi.editor.fold.FoldManager
-
Called by hierarchy upon the insertion to the underlying document.
- isAddedOrBlocked(Fold) - Method in class org.netbeans.spi.editor.fold.FoldOperation
-
Check whether the fold is currently present in the hierarchy or blocked.
- isBlocked(Fold) - Method in class org.netbeans.spi.editor.fold.FoldOperation
-
Is the given fold blocked by another fold?
- isBoundsValid(int, int, int, int) - Static method in class org.netbeans.spi.editor.fold.FoldOperation
-
This static method can be used to check whether the bounds
of the fold that is planned to be added are valid.
- isCollapsed() - Method in class org.netbeans.api.editor.fold.Fold
-
Return whether this fold is collapsed or expanded.
- isCollapsedChanged() - Method in class org.netbeans.api.editor.fold.FoldStateChange
-
Has the collapsed flag of the fold
(returned by getFold()
) changed?
- isDescriptionChanged() - Method in class org.netbeans.api.editor.fold.FoldStateChange
-
Has the text description of the collapsed fold
(returned by getFold()
) changed?
- isEmpty(Fold) - Static method in class org.netbeans.api.editor.fold.FoldUtilities
-
Check whether the starting offset of the fold is the same like
its ending offset.
- isEndDamaged(Fold) - Method in class org.netbeans.spi.editor.fold.FoldOperation
-
Check whether the ending guarded area of the fold
is damaged by a document modification.
- isEndOffsetChanged() - Method in class org.netbeans.api.editor.fold.FoldStateChange
-
Has the end offset of the fold
(returned by getFold()
) changed?
- isReleased() - Method in class org.netbeans.spi.editor.fold.FoldOperation
-
- isRootFold(Fold) - Static method in class org.netbeans.api.editor.fold.FoldUtilities
-
Is the given fold a root fold?
- isStartDamaged(Fold) - Method in class org.netbeans.spi.editor.fold.FoldOperation
-
Check whether the starting guarded area of the fold
is damaged by a document modification.
- isStartOffsetChanged() - Method in class org.netbeans.api.editor.fold.FoldStateChange
-
Has the start offset of the fold
(returned by getFold()
) changed?