public interface ISequentialRegion extends ITextSegment
Common interface for IHiddenRegion and ISemanticRegion.
IHiddenRegion and ISemanticRegion are arranged strictly alternating in a linked list. This interface
provides the method to navigate that list.
EMPTY_REGION| Modifier and Type | Method and Description |
|---|---|
IHiddenRegion |
getNextHiddenRegion() |
ISemanticRegion |
getNextSemanticRegion() |
IHiddenRegion |
getPreviousHiddenRegion() |
ISemanticRegion |
getPreviousSemanticRegion() |
ISemanticRegionFinder |
immediatelyFollowing() |
ISemanticRegionFinder |
immediatelyPreceding() |
getEndOffset, getLineCount, getLineRegions, getText, getTextRegionAccess, isMultiline, merge, replaceWithcompareTocontains, contains, getLength, getOffsetISemanticRegionFinder immediatelyFollowing()
ISemanticRegionFinder immediatelyPreceding()
IHiddenRegion getNextHiddenRegion()
ISemanticRegion getNextSemanticRegion()
IHiddenRegion getPreviousHiddenRegion()
ISemanticRegion getPreviousSemanticRegion()
Copyright © 2015. All Rights Reserved.