Constructor and Description |
---|
CachingSoftWrapDataMapper(EditorEx editor,
SoftWrapsStorage storage) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
dumpState() |
boolean |
matchesOldSoftWrap(SoftWrap newSoftWrap,
int lengthDiff) |
void |
onCacheUpdateStart(IncrementalCacheUpdateEvent event) |
void |
onRecalculationEnd(IncrementalCacheUpdateEvent event) |
void |
recalculationEnds() |
void |
reset() |
java.lang.String |
toString() |
public CachingSoftWrapDataMapper(EditorEx editor, SoftWrapsStorage storage)
public boolean matchesOldSoftWrap(SoftWrap newSoftWrap, int lengthDiff)
public void recalculationEnds()
public void onCacheUpdateStart(IncrementalCacheUpdateEvent event)
public void onRecalculationEnd(IncrementalCacheUpdateEvent event)
public void reset()
public java.lang.String toString()
toString
in class java.lang.Object