Package | Description |
---|---|
org.netbeans.spi.editor.fold |
Modifier and Type | Method and Description |
---|---|
FoldInfo |
FoldInfo.attach(Object extraInfo)
Attaches custom extra info to the fold.
|
FoldInfo |
FoldInfo.collapsed(boolean state)
Records the desired collapsed state.
|
static FoldInfo |
FoldInfo.range(int start,
int end,
FoldType type)
Creates a FoldInfo for the specified range.
|
FoldInfo |
FoldInfo.withDescription(String desc)
Use to provide a custom description for the fold.
|
FoldInfo |
FoldInfo.withTemplate(FoldTemplate t)
Attaches FoldTemplate to the FoldInfo.
|
Modifier and Type | Method and Description |
---|---|
Map<FoldInfo,Fold> |
FoldOperation.update(Collection<FoldInfo> infos,
Collection<Fold> removed,
Collection<FoldInfo> created)
Performs refresh of folding information.
|
Modifier and Type | Method and Description |
---|---|
Map<FoldInfo,Fold> |
FoldOperation.update(Collection<FoldInfo> infos,
Collection<Fold> removed,
Collection<FoldInfo> created)
Performs refresh of folding information.
|
Map<FoldInfo,Fold> |
FoldOperation.update(Collection<FoldInfo> infos,
Collection<Fold> removed,
Collection<FoldInfo> created)
Performs refresh of folding information.
|
Built on June 4 2024. | Copyright © 2017-2024 Apache Software Foundation. All Rights Reserved.