protected class FoldingModelSupport.FoldedBlock
extends java.lang.Object
MyFoldingListener
.Constructor and Description |
---|
FoldedBlock(FoldRegion [] regions,
com.intellij.diff.tools.util.FoldingModelSupport.DescriptionComputer descriptionComputer,
java.lang.String [] cachedDescriptions) |
Modifier and Type | Method and Description |
---|---|
void |
destroyFolding() |
void |
destroyHighlighter() |
int |
getLine(int index) |
FoldRegion |
getRegion(int index) |
void |
installHighlighter(com.intellij.diff.tools.util.FoldingModelSupport.FoldedGroup group) |
void |
updateLineNumber(int index) |
public FoldedBlock(FoldRegion [] regions, com.intellij.diff.tools.util.FoldingModelSupport.DescriptionComputer descriptionComputer, java.lang.String [] cachedDescriptions)
public void installHighlighter(com.intellij.diff.tools.util.FoldingModelSupport.FoldedGroup group)
public void destroyFolding()
public void destroyHighlighter()
public void updateLineNumber(int index)
public FoldRegion getRegion(int index)
public int getLine(int index)