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.
|