public abstract class AbstractTextReplacer extends java.lang.Object implements ITextReplacer
GET_REGION| Modifier | Constructor and Description |
|---|---|
protected |
AbstractTextReplacer(IFormattableDocument document,
ITextSegment region) |
| Modifier and Type | Method and Description |
|---|---|
IFormattableDocument |
getDocument() |
ITextSegment |
getRegion()
The region this replace is responsible for.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateReplacementsprotected AbstractTextReplacer(IFormattableDocument document, ITextSegment region)
public IFormattableDocument getDocument()
public ITextSegment getRegion()
ITextReplacergetRegion in interface ITextReplacer