protected abstract static class FoldingModelSupport.FoldingBuilderBase
extends java.lang.Object
Constructor and Description |
---|
FoldingBuilderBase(int[] lineCount,
FoldingModelSupport.Settings settings) |
Modifier and Type | Method and Description |
---|---|
FoldingModelSupport.Data |
build(java.util.Iterator<int[]> changedLines) |
protected abstract FoldingModelSupport.FoldedRangeDescription |
getDescription(Project project,
int lineNumber,
int index) |
public FoldingBuilderBase(int[] lineCount, FoldingModelSupport.Settings settings)
public FoldingModelSupport.Data build(java.util.Iterator<int[]> changedLines)
protected abstract FoldingModelSupport.FoldedRangeDescription getDescription(Project project, int lineNumber, int index)