Package | Description |
---|---|
org.netbeans.spi.editor.fold |
Modifier and Type | Method and Description |
---|---|
FoldHierarchyTransaction |
FoldOperation.openTransaction()
Open a new transaction over the fold hierarchy.
|
Modifier and Type | Method and Description |
---|---|
Fold |
FoldOperation.addToHierarchy(FoldType type,
String description,
boolean collapsed,
int startOffset,
int endOffset,
int startGuardedLength,
int endGuardedLength,
Object extraInfo,
FoldHierarchyTransaction transaction)
Create new fold instance and add it to the hierarchy.
|
void |
FoldManager.changedUpdate(DocumentEvent evt,
FoldHierarchyTransaction transaction)
Called by hierarchy upon the change in the underlying document.
|
void |
FoldManager.initFolds(FoldHierarchyTransaction transaction)
Initialize the folds provided by this manager.
|
void |
FoldManager.insertUpdate(DocumentEvent evt,
FoldHierarchyTransaction transaction)
Called by hierarchy upon the insertion to the underlying document.
|
void |
FoldOperation.removeFromHierarchy(Fold fold,
FoldHierarchyTransaction transaction)
Remove the fold that is either present in the hierarchy or blocked
by another fold.
|
void |
FoldManager.removeUpdate(DocumentEvent evt,
FoldHierarchyTransaction transaction)
Called by hierarchy upon the removal in the underlying document.
|
Built on March 18 2014. | Portions Copyright 1997-2014 Sun Microsystems, Inc. All rights reserved.