|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use FoldHierarchyTransaction | |
| org.netbeans.spi.editor.fold | |
| Uses of FoldHierarchyTransaction in org.netbeans.spi.editor.fold |
| Methods in org.netbeans.spi.editor.fold that return FoldHierarchyTransaction | |
FoldHierarchyTransaction |
FoldOperation.openTransaction()
Open a new transaction over the fold hierarchy. |
| Methods in org.netbeans.spi.editor.fold with parameters of type FoldHierarchyTransaction | |
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 |
FoldOperation.removeFromHierarchy(Fold fold,
FoldHierarchyTransaction transaction)
Remove the fold that is either present in the hierarchy or blocked by another fold. |
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 |
FoldManager.removeUpdate(DocumentEvent evt,
FoldHierarchyTransaction transaction)
Called by hierarchy upon the removal in the underlying document. |
void |
FoldManager.changedUpdate(DocumentEvent evt,
FoldHierarchyTransaction transaction)
Called by hierarchy upon the change in the underlying document. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||